Html Css Color HEX #D078EB Heliotrope

📋 copy color: '#D078EB'

red 208 ◦ green 120 ◦ blue 235

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

Shades of Heliotrope #D078EB

Tints of Heliotrope #D078EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.74%

R = 36.94%
G = 21.31%
B = 41.74%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D078EB (or 0xD078EB) is known color: Heliotrope. HEX triplet: D0, 78 and EB. RGB value is (208,120,235). Sum of RGB (Red+Green+Blue) = 208+120+235=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #D078EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D078EB is #2F8714. Grayscale: #9F9F9F. Windows color (decimal): -3114773 or 15431888. OLE color: 15431888.

HSL color Cylindrical-coordinate representation of color #D078EB: hue angle of 285.91º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D078EB is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 120 235 -
CMYK 0.11 0.49 0 0.08
HSL 285.91º 0.74% 0.7% -
HSV(B) 285.91º 0.49% 0.92% -
XYZ 47.72 32.84 82.42 -
YUV 159.42 170.65 162.65 -
System Red Green Blue C M Y K H S L
Decimal 208 120 235 0.11 0.49 0 0.08 285.91 0.74 0.7
Hex D0 78 EB B 31 0 8 11E 4A 46
Octal 320 170 353 13 61 0 10 436 112 106
Binary 11010000 1111000 11101011 1011 110001 0 1000 100011110 1001010 1000110

Color Harmonies of #D078EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078EB

Black with #D078EB

Text Example


Text Example

White with #D078EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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