Html Css Color HEX #D666EC Heliotrope

📋 copy color: '#D666EC'

red 214 ◦ green 102 ◦ blue 236

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

Shades of Heliotrope #D666EC

Tints of Heliotrope #D666EC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.48%

 BLUE value IS 236 (92.58% from 255) = 42.75%

R = 38.77%
G = 18.48%
B = 42.75%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D666EC (or 0xD666EC) is known color: Heliotrope. HEX triplet: D6, 66 and EC. RGB value is (214,102,236). Sum of RGB (Red+Green+Blue) = 214+102+236=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #D666EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D666EC is #299913. Grayscale: #969696. Windows color (decimal): -2726164 or 15492822. OLE color: 15492822.

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

Color convert

RGB 214 102 236 -
CMYK 0.09 0.57 0 0.07
HSL 290.15º 0.78% 0.66% -
HSV(B) 290.15º 0.57% 0.93% -
XYZ 47.62 29.86 82.61 -
YUV 150.76 176.11 173.1 -
System Red Green Blue C M Y K H S L
Decimal 214 102 236 0.09 0.57 0 0.07 290.15 0.78 0.66
Hex D6 66 EC 9 39 0 7 122 4E 42
Octal 326 146 354 11 71 0 7 442 116 102
Binary 11010110 1100110 11101100 1001 111001 0 111 100100010 1001110 1000010

Color Harmonies of #D666EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D666EC

Black with #D666EC

Text Example


Text Example

White with #D666EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D666EC; }

 p { color: rgb(214,102,236); }

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

background-color css

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

 a { background-color: rgb(214,102,236); }

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

border-color css

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

 span { border-color: rgb(214,102,236); }

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