Html Css Color HEX #D078FE Heliotrope

📋 copy color: '#D078FE'

red 208 ◦ green 120 ◦ blue 254

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

Shades of Heliotrope #D078FE

Tints of Heliotrope #D078FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.64%

R = 35.74%
G = 20.62%
B = 43.64%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D078FE (or 0xD078FE) is known color: Heliotrope. HEX triplet: D0, 78 and FE. RGB value is (208,120,254). Sum of RGB (Red+Green+Blue) = 208+120+254=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 120 (47.27% from 255 or 20.62% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #D078FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D078FE is #2F8701. Grayscale: #A1A1A1. Windows color (decimal): -3114754 or 16677072. OLE color: 16677072.

HSL color Cylindrical-coordinate representation of color #D078FE: hue angle of 279.4º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D078FE is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 120 254 -
CMYK 0.18 0.53 0 0.00
HSL 279.4º 0.99% 0.73% -
HSV(B) 279.4º 0.53% 1% -
XYZ 50.62 34 97.66 -
YUV 161.59 180.15 161.1 -
System Red Green Blue C M Y K H S L
Decimal 208 120 254 0.18 0.53 0 0.00 279.4 0.99 0.73
Hex D0 78 FE 12 35 0 0 117 63 49
Octal 320 170 376 22 65 0 0 427 143 111
Binary 11010000 1111000 11111110 10010 110101 0 0 100010111 1100011 1001001

Color Harmonies of #D078FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078FE

Black with #D078FE

Text Example


Text Example

White with #D078FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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