Html Css Color HEX #D66CFF Heliotrope

📋 copy color: '#D66CFF'

red 214 ◦ green 108 ◦ blue 255

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

Shades of Heliotrope #D66CFF

Tints of Heliotrope #D66CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.19%

R = 37.09%
G = 18.72%
B = 44.19%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D66CFF (or 0xD66CFF) is known color: Heliotrope. HEX triplet: D6, 6C and FF. RGB value is (214,108,255). Sum of RGB (Red+Green+Blue) = 214+108+255=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 108 (42.58% from 255 or 18.72% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #D66CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66CFF is #299300. Grayscale: #9B9B9B. Windows color (decimal): -2724609 or 16739542. OLE color: 16739542.

HSL color Cylindrical-coordinate representation of color #D66CFF: hue angle of 283.27º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D66CFF is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 108 255 -
CMYK 0.16 0.58 0 0
HSL 283.27º 1% 0.71% -
HSV(B) 283.27º 0.58% 1% -
XYZ 51.14 32.24 98.14 -
YUV 156.45 183.62 169.05 -
System Red Green Blue C M Y K H S L
Decimal 214 108 255 0.16 0.58 0 0 283.27 1 0.71
Hex D6 6C FF 10 3A 0 0 11B 64 47
Octal 326 154 377 20 72 0 0 433 144 107
Binary 11010110 1101100 11111111 10000 111010 0 0 100011011 1100100 1000111

Color Harmonies of #D66CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CFF

Black with #D66CFF

Text Example


Text Example

White with #D66CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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