Html Css Color HEX #D66EFC Heliotrope

📋 copy color: '#D66EFC'

red 214 ◦ green 110 ◦ blue 252

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

Shades of Heliotrope #D66EFC

Tints of Heliotrope #D66EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.1%

 BLUE value IS 252 (98.83% from 255) = 43.75%

R = 37.15%
G = 19.1%
B = 43.75%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D66EFC (or 0xD66EFC) is known color: Heliotrope. HEX triplet: D6, 6E and FC. RGB value is (214,110,252). Sum of RGB (Red+Green+Blue) = 214+110+252=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 110 (43.36% from 255 or 19.10% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #D66EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66EFC is #299103. Grayscale: #9C9C9C. Windows color (decimal): -2724100 or 16543446. OLE color: 16543446.

HSL color Cylindrical-coordinate representation of color #D66EFC: hue angle of 283.94º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D66EFC is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 110 252 -
CMYK 0.15 0.56 0 0.01
HSL 283.94º 0.96% 0.71% -
HSV(B) 283.94º 0.56% 0.99% -
XYZ 50.88 32.48 95.68 -
YUV 157.28 181.46 168.45 -
System Red Green Blue C M Y K H S L
Decimal 214 110 252 0.15 0.56 0 0.01 283.94 0.96 0.71
Hex D6 6E FC F 38 0 1 11C 60 47
Octal 326 156 374 17 70 0 1 434 140 107
Binary 11010110 1101110 11111100 1111 111000 0 1 100011100 1100000 1000111

Color Harmonies of #D66EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66EFC

Black with #D66EFC

Text Example


Text Example

White with #D66EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66EFC; }

 p { color: rgb(214,110,252); }

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

background-color css

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

 a { background-color: rgb(214,110,252); }

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

border-color css

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

 span { border-color: rgb(214,110,252); }

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