Html Css Color HEX #D078FF Heliotrope

📋 copy color: '#D078FF'

red 208 ◦ green 120 ◦ blue 255

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

Shades of Heliotrope #D078FF

Tints of Heliotrope #D078FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.74%

R = 35.68%
G = 20.58%
B = 43.74%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D078FF (or 0xD078FF) is known color: Heliotrope. HEX triplet: D0, 78 and FF. RGB value is (208,120,255). Sum of RGB (Red+Green+Blue) = 208+120+255=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 120 (47.27% from 255 or 20.58% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #D078FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D078FF is #2F8700. Grayscale: #A1A1A1. Windows color (decimal): -3114753 or 16742608. OLE color: 16742608.

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

Color convert

RGB 208 120 255 -
CMYK 0.18 0.53 0 0
HSL 279.11º 1% 0.74% -
HSV(B) 279.11º 0.53% 1% -
XYZ 50.78 34.06 98.51 -
YUV 161.7 180.65 161.02 -
System Red Green Blue C M Y K H S L
Decimal 208 120 255 0.18 0.53 0 0 279.11 1 0.74
Hex D0 78 FF 12 35 0 0 117 64 4A
Octal 320 170 377 22 65 0 0 427 144 112
Binary 11010000 1111000 11111111 10010 110101 0 0 100010111 1100100 1001010

Color Harmonies of #D078FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078FF

Black with #D078FF

Text Example


Text Example

White with #D078FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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