Html Css Color HEX #D064EC Heliotrope

📋 copy color: '#D064EC'

red 208 ◦ green 100 ◦ blue 236

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

Shades of Heliotrope #D064EC

Tints of Heliotrope #D064EC

RGB

 RED value IS 208 (81.64% from 255) = 38.24%

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

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

R = 38.24%
G = 18.38%
B = 43.38%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D064EC (or 0xD064EC) is known color: Heliotrope. HEX triplet: D0, 64 and EC. RGB value is (208,100,236). Sum of RGB (Red+Green+Blue) = 208+100+236=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 100 (39.45% from 255 or 18.38% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #D064EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D064EC is #2F9B13. Grayscale: #939393. Windows color (decimal): -3119892 or 15492304. OLE color: 15492304.

HSL color Cylindrical-coordinate representation of color #D064EC: hue angle of 287.65º 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 #D064EC is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 100 236 -
CMYK 0.12 0.58 0 0.07
HSL 287.65º 0.78% 0.66% -
HSV(B) 287.65º 0.58% 0.93% -
XYZ 45.71 28.58 82.46 -
YUV 147.8 177.78 170.94 -
System Red Green Blue C M Y K H S L
Decimal 208 100 236 0.12 0.58 0 0.07 287.65 0.78 0.66
Hex D0 64 EC C 3A 0 7 120 4E 42
Octal 320 144 354 14 72 0 7 440 116 102
Binary 11010000 1100100 11101100 1100 111010 0 111 100100000 1001110 1000010

Color Harmonies of #D064EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D064EC

Black with #D064EC

Text Example


Text Example

White with #D064EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D064EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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