Html Css Color HEX #D078EE Heliotrope

📋 copy color: '#D078EE'

red 208 ◦ green 120 ◦ blue 238

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

Shades of Heliotrope #D078EE

Tints of Heliotrope #D078EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.05%

R = 36.75%
G = 21.2%
B = 42.05%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D078EE (or 0xD078EE) is known color: Heliotrope. HEX triplet: D0, 78 and EE. RGB value is (208,120,238). Sum of RGB (Red+Green+Blue) = 208+120+238=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 120 (47.27% from 255 or 21.20% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #D078EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D078EE is #2F8711. Grayscale: #9F9F9F. Windows color (decimal): -3114770 or 15628496. OLE color: 15628496.

HSL color Cylindrical-coordinate representation of color #D078EE: hue angle of 284.75º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D078EE is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 120 238 -
CMYK 0.13 0.50 0 0.07
HSL 284.75º 0.78% 0.7% -
HSV(B) 284.75º 0.5% 0.93% -
XYZ 48.16 33.02 84.72 -
YUV 159.76 172.15 162.41 -
System Red Green Blue C M Y K H S L
Decimal 208 120 238 0.13 0.50 0 0.07 284.75 0.78 0.7
Hex D0 78 EE D 32 0 7 11D 4E 46
Octal 320 170 356 15 62 0 7 435 116 106
Binary 11010000 1111000 11101110 1101 110010 0 111 100011101 1001110 1000110

Color Harmonies of #D078EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078EE

Black with #D078EE

Text Example


Text Example

White with #D078EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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