Html Css Color HEX #D66CEF Heliotrope

📋 copy color: '#D66CEF'

red 214 ◦ green 108 ◦ blue 239

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

Shades of Heliotrope #D66CEF

Tints of Heliotrope #D66CEF

RGB

 RED value IS 214 (83.98% from 255) = 38.15%

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

 BLUE value IS 239 (93.75% from 255) = 42.6%

R = 38.15%
G = 19.25%
B = 42.6%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D66CEF (or 0xD66CEF) is known color: Heliotrope. HEX triplet: D6, 6C and EF. RGB value is (214,108,239). Sum of RGB (Red+Green+Blue) = 214+108+239=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 108 (42.58% from 255 or 19.25% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #D66CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66CEF is #299310. Grayscale: #9A9A9A. Windows color (decimal): -2724625 or 15690966. OLE color: 15690966.

HSL color Cylindrical-coordinate representation of color #D66CEF: hue angle of 288.55º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D66CEF is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 108 239 -
CMYK 0.10 0.55 0 0.06
HSL 288.55º 0.8% 0.68% -
HSV(B) 288.55º 0.55% 0.94% -
XYZ 48.67 31.25 85.13 -
YUV 154.63 175.62 170.35 -
System Red Green Blue C M Y K H S L
Decimal 214 108 239 0.10 0.55 0 0.06 288.55 0.8 0.68
Hex D6 6C EF A 37 0 6 121 50 44
Octal 326 154 357 12 67 0 6 441 120 104
Binary 11010110 1101100 11101111 1010 110111 0 110 100100001 1010000 1000100

Color Harmonies of #D66CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CEF

Black with #D66CEF

Text Example


Text Example

White with #D66CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CEF; }

 p { color: rgb(214,108,239); }

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

background-color css

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

 a { background-color: rgb(214,108,239); }

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

border-color css

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

 span { border-color: rgb(214,108,239); }

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