Html Css Color HEX #D078EC Heliotrope

📋 copy color: '#D078EC'

red 208 ◦ green 120 ◦ blue 236

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

Shades of Heliotrope #D078EC

Tints of Heliotrope #D078EC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.28%

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

R = 36.88%
G = 21.28%
B = 41.84%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D078EC (or 0xD078EC) is known color: Heliotrope. HEX triplet: D0, 78 and EC. RGB value is (208,120,236). Sum of RGB (Red+Green+Blue) = 208+120+236=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #D078EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D078EC is #2F8713. Grayscale: #9F9F9F. Windows color (decimal): -3114772 or 15497424. OLE color: 15497424.

HSL color Cylindrical-coordinate representation of color #D078EC: hue angle of 285.52º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D078EC is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 120 236 -
CMYK 0.12 0.49 0 0.07
HSL 285.52º 0.75% 0.7% -
HSV(B) 285.52º 0.49% 0.93% -
XYZ 47.87 32.9 83.18 -
YUV 159.54 171.15 162.57 -
System Red Green Blue C M Y K H S L
Decimal 208 120 236 0.12 0.49 0 0.07 285.52 0.75 0.7
Hex D0 78 EC C 31 0 7 11E 4B 46
Octal 320 170 354 14 61 0 7 436 113 106
Binary 11010000 1111000 11101100 1100 110001 0 111 100011110 1001011 1000110

Color Harmonies of #D078EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078EC

Black with #D078EC

Text Example


Text Example

White with #D078EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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