Html Css Color HEX #D076FF Heliotrope

📋 copy color: '#D076FF'

red 208 ◦ green 118 ◦ blue 255

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

Shades of Heliotrope #D076FF

Tints of Heliotrope #D076FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.31%

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

R = 35.8%
G = 20.31%
B = 43.89%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D076FF (or 0xD076FF) is known color: Heliotrope. HEX triplet: D0, 76 and FF. RGB value is (208,118,255). Sum of RGB (Red+Green+Blue) = 208+118+255=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 118 (46.48% from 255 or 20.31% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #D076FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D076FF is #2F8900. Grayscale: #A0A0A0. Windows color (decimal): -3115265 or 16742096. OLE color: 16742096.

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

Color convert

RGB 208 118 255 -
CMYK 0.18 0.54 0 0
HSL 279.42º 1% 0.73% -
HSV(B) 279.42º 0.54% 1% -
XYZ 50.54 33.59 98.43 -
YUV 160.53 181.32 161.86 -
System Red Green Blue C M Y K H S L
Decimal 208 118 255 0.18 0.54 0 0 279.42 1 0.73
Hex D0 76 FF 12 36 0 0 117 64 49
Octal 320 166 377 22 66 0 0 427 144 111
Binary 11010000 1110110 11111111 10010 110110 0 0 100010111 1100100 1001001

Color Harmonies of #D076FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076FF

Black with #D076FF

Text Example


Text Example

White with #D076FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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