Html Css Color HEX #D078FA Heliotrope

📋 copy color: '#D078FA'

red 208 ◦ green 120 ◦ blue 250

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

Shades of Heliotrope #D078FA

Tints of Heliotrope #D078FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.25%

R = 35.99%
G = 20.76%
B = 43.25%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D078FA (or 0xD078FA) is known color: Heliotrope. HEX triplet: D0, 78 and FA. RGB value is (208,120,250). Sum of RGB (Red+Green+Blue) = 208+120+250=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 120 (47.27% from 255 or 20.76% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #D078FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D078FA is #2F8705. Grayscale: #A0A0A0. Windows color (decimal): -3114758 or 16414928. OLE color: 16414928.

HSL color Cylindrical-coordinate representation of color #D078FA: hue angle of 280.62º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D078FA is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 120 250 -
CMYK 0.17 0.52 0 0.02
HSL 280.62º 0.93% 0.73% -
HSV(B) 280.62º 0.52% 0.98% -
XYZ 49.98 33.74 94.32 -
YUV 161.13 178.15 161.43 -
System Red Green Blue C M Y K H S L
Decimal 208 120 250 0.17 0.52 0 0.02 280.62 0.93 0.73
Hex D0 78 FA 11 34 0 2 119 5D 49
Octal 320 170 372 21 64 0 2 431 135 111
Binary 11010000 1111000 11111010 10001 110100 0 10 100011001 1011101 1001001

Color Harmonies of #D078FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078FA

Black with #D078FA

Text Example


Text Example

White with #D078FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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