Html Css Color HEX #D06CED Heliotrope

📋 copy color: '#D06CED'

red 208 ◦ green 108 ◦ blue 237

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

Shades of Heliotrope #D06CED

Tints of Heliotrope #D06CED

RGB

 RED value IS 208 (81.64% from 255) = 37.61%

 GREEN value IS 108 (42.58% from 255) = 19.53%

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

R = 37.61%
G = 19.53%
B = 42.86%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D06CED (or 0xD06CED) is known color: Heliotrope. HEX triplet: D0, 6C and ED. RGB value is (208,108,237). Sum of RGB (Red+Green+Blue) = 208+108+237=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 108 (42.58% from 255 or 19.53% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #D06CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06CED is #2F9312. Grayscale: #989898. Windows color (decimal): -3117843 or 15559888. OLE color: 15559888.

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

Color convert

RGB 208 108 237 -
CMYK 0.12 0.54 0 0.07
HSL 286.51º 0.78% 0.68% -
HSV(B) 286.51º 0.54% 0.93% -
XYZ 46.66 30.25 83.5 -
YUV 152.61 175.63 167.51 -
System Red Green Blue C M Y K H S L
Decimal 208 108 237 0.12 0.54 0 0.07 286.51 0.78 0.68
Hex D0 6C ED C 36 0 7 11F 4E 44
Octal 320 154 355 14 66 0 7 437 116 104
Binary 11010000 1101100 11101101 1100 110110 0 111 100011111 1001110 1000100

Color Harmonies of #D06CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06CED

Black with #D06CED

Text Example


Text Example

White with #D06CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06CED; }

 p { color: rgb(208,108,237); }

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

background-color css

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

 a { background-color: rgb(208,108,237); }

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

border-color css

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

 span { border-color: rgb(208,108,237); }

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