Html Css Color HEX #D664EC Heliotrope

📋 copy color: '#D664EC'

red 214 ◦ green 100 ◦ blue 236

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

Shades of Heliotrope #D664EC

Tints of Heliotrope #D664EC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.18%

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

R = 38.91%
G = 18.18%
B = 42.91%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D664EC (or 0xD664EC) is known color: Heliotrope. HEX triplet: D6, 64 and EC. RGB value is (214,100,236). Sum of RGB (Red+Green+Blue) = 214+100+236=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 100 (39.45% from 255 or 18.18% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #D664EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D664EC is #299B13. Grayscale: #959595. Windows color (decimal): -2726676 or 15492310. OLE color: 15492310.

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

Color convert

RGB 214 100 236 -
CMYK 0.09 0.58 0 0.07
HSL 290.29º 0.78% 0.66% -
HSV(B) 290.29º 0.58% 0.93% -
XYZ 47.43 29.47 82.54 -
YUV 149.59 176.77 173.94 -
System Red Green Blue C M Y K H S L
Decimal 214 100 236 0.09 0.58 0 0.07 290.29 0.78 0.66
Hex D6 64 EC 9 3A 0 7 122 4E 42
Octal 326 144 354 11 72 0 7 442 116 102
Binary 11010110 1100100 11101100 1001 111010 0 111 100100010 1001110 1000010

Color Harmonies of #D664EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D664EC

Black with #D664EC

Text Example


Text Example

White with #D664EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D664EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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