Html Css Color HEX #D078FD Heliotrope

📋 copy color: '#D078FD'

red 208 ◦ green 120 ◦ blue 253

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

Shades of Heliotrope #D078FD

Tints of Heliotrope #D078FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.55%

R = 35.8%
G = 20.65%
B = 43.55%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D078FD (or 0xD078FD) is known color: Heliotrope. HEX triplet: D0, 78 and FD. RGB value is (208,120,253). Sum of RGB (Red+Green+Blue) = 208+120+253=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 120 (47.27% from 255 or 20.65% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #D078FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D078FD is #2F8702. Grayscale: #A1A1A1. Windows color (decimal): -3114755 or 16611536. OLE color: 16611536.

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

Color convert

RGB 208 120 253 -
CMYK 0.18 0.53 0 0.01
HSL 279.7º 0.97% 0.73% -
HSV(B) 279.7º 0.53% 0.99% -
XYZ 50.46 33.93 96.82 -
YUV 161.47 179.65 161.19 -
System Red Green Blue C M Y K H S L
Decimal 208 120 253 0.18 0.53 0 0.01 279.7 0.97 0.73
Hex D0 78 FD 12 35 0 1 118 61 49
Octal 320 170 375 22 65 0 1 430 141 111
Binary 11010000 1111000 11111101 10010 110101 0 1 100011000 1100001 1001001

Color Harmonies of #D078FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078FD

Black with #D078FD

Text Example


Text Example

White with #D078FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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