Html Css Color HEX #D66EFE Heliotrope

📋 copy color: '#D66EFE'

red 214 ◦ green 110 ◦ blue 254

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

Shades of Heliotrope #D66EFE

Tints of Heliotrope #D66EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.94%

R = 37.02%
G = 19.03%
B = 43.94%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D66EFE (or 0xD66EFE) is known color: Heliotrope. HEX triplet: D6, 6E and FE. RGB value is (214,110,254). Sum of RGB (Red+Green+Blue) = 214+110+254=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 110 (43.36% from 255 or 19.03% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #D66EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66EFE is #299101. Grayscale: #9D9D9D. Windows color (decimal): -2724098 or 16674518. OLE color: 16674518.

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

Color convert

RGB 214 110 254 -
CMYK 0.16 0.57 0 0.00
HSL 283.33º 0.99% 0.71% -
HSV(B) 283.33º 0.57% 1% -
XYZ 51.2 32.6 97.36 -
YUV 157.51 182.46 168.29 -
System Red Green Blue C M Y K H S L
Decimal 214 110 254 0.16 0.57 0 0.00 283.33 0.99 0.71
Hex D6 6E FE 10 39 0 0 11B 63 47
Octal 326 156 376 20 71 0 0 433 143 107
Binary 11010110 1101110 11111110 10000 111001 0 0 100011011 1100011 1000111

Color Harmonies of #D66EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66EFE

Black with #D66EFE

Text Example


Text Example

White with #D66EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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