Html Css Color HEX #D078FB Heliotrope

📋 copy color: '#D078FB'

red 208 ◦ green 120 ◦ blue 251

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

Shades of Heliotrope #D078FB

Tints of Heliotrope #D078FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.35%

R = 35.92%
G = 20.73%
B = 43.35%

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

#D078FB (or 0xD078FB) is known color: Heliotrope. HEX triplet: D0, 78 and FB. RGB value is (208,120,251). Sum of RGB (Red+Green+Blue) = 208+120+251=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 120 (47.27% from 255 or 20.73% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #D078FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D078FB is #2F8704. Grayscale: #A0A0A0. Windows color (decimal): -3114757 or 16480464. OLE color: 16480464.

HSL color Cylindrical-coordinate representation of color #D078FB: hue angle of 280.31º degrees, saturation: 0.94, 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 #D078FB is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 120 251 -
CMYK 0.17 0.52 0 0.02
HSL 280.31º 0.94% 0.73% -
HSV(B) 280.31º 0.52% 0.98% -
XYZ 50.14 33.81 95.15 -
YUV 161.25 178.65 161.35 -
System Red Green Blue C M Y K H S L
Decimal 208 120 251 0.17 0.52 0 0.02 280.31 0.94 0.73
Hex D0 78 FB 11 34 0 2 118 5E 49
Octal 320 170 373 21 64 0 2 430 136 111
Binary 11010000 1111000 11111011 10001 110100 0 10 100011000 1011110 1001001

Color Harmonies of #D078FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078FB

Black with #D078FB

Text Example


Text Example

White with #D078FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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