Html Css Color HEX #D135ED Medium Orchid

📋 copy color: '#D135ED'

red 209 ◦ green 53 ◦ blue 237

#D135ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #D135ED

Tints of Medium Orchid #D135ED

RGB

 RED value IS 209 (82.03% from 255) = 41.88%

 GREEN value IS 53 (21.09% from 255) = 10.62%

 BLUE value IS 237 (92.97% from 255) = 47.49%

R = 41.88%
G = 10.62%
B = 47.49%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D135ED (or 0xD135ED) is known color: Medium Orchid. HEX triplet: D1, 35 and ED. RGB value is (209,53,237). Sum of RGB (Red+Green+Blue) = 209+53+237=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 53 (21.09% from 255 or 10.62% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #D135ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D135ED is #2ECA12. Grayscale: #787878. Windows color (decimal): -3066387 or 15545809. OLE color: 15545809.

HSL color Cylindrical-coordinate representation of color #D135ED: hue angle of 290.87º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D135ED is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 53 237 -
CMYK 0.12 0.78 0 0.07
HSL 290.87º 0.84% 0.57% -
HSV(B) 290.87º 0.78% 0.93% -
XYZ 42.85 22.22 82.15 -
YUV 120.62 193.68 191.04 -
System Red Green Blue C M Y K H S L
Decimal 209 53 237 0.12 0.78 0 0.07 290.87 0.84 0.57
Hex D1 35 ED C 4E 0 7 123 54 39
Octal 321 65 355 14 116 0 7 443 124 71
Binary 11010001 110101 11101101 1100 1001110 0 111 100100011 1010100 111001

Color Harmonies of #D135ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D135ED

Black with #D135ED

Text Example


Text Example

White with #D135ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D135ED; }

 p { color: rgb(209,53,237); }

 H1.HeaderClassName
 {
   color: #D135ED;
 }
 .AnyTagClassName
 {
   color: #D135ED;
 }
</style>

background-color css

<style>
 a { background-color: #D135ED; }

 a { background-color: rgb(209,53,237); }

 div.DivClassName
 {
   background-color: #D135ED;
 }
 .BgClassName
 {
   background-color: #D135ED;
 }
</style>

border-color css

<style>
 span { border-color: #D135ED; }

 span { border-color: rgb(209,53,237); }

 td.TdClassName
 {
   border-color: #D135ED;
 }
 .TagClassName
 {
   border-color: #D135ED;
 }
</style>