Html Css Color HEX #D076FE Heliotrope

📋 copy color: '#D076FE'

red 208 ◦ green 118 ◦ blue 254

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

Shades of Heliotrope #D076FE

Tints of Heliotrope #D076FE

RGB

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

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

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

R = 35.86%
G = 20.34%
B = 43.79%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D076FE (or 0xD076FE) is known color: Heliotrope. HEX triplet: D0, 76 and FE. RGB value is (208,118,254). Sum of RGB (Red+Green+Blue) = 208+118+254=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 118 (46.48% from 255 or 20.34% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #D076FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D076FE is #2F8901. Grayscale: #9F9F9F. Windows color (decimal): -3115266 or 16676560. OLE color: 16676560.

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

Color convert

RGB 208 118 254 -
CMYK 0.18 0.54 0 0.00
HSL 279.71º 0.99% 0.73% -
HSV(B) 279.71º 0.54% 1% -
XYZ 50.38 33.52 97.58 -
YUV 160.41 180.82 161.94 -
System Red Green Blue C M Y K H S L
Decimal 208 118 254 0.18 0.54 0 0.00 279.71 0.99 0.73
Hex D0 76 FE 12 36 0 0 118 63 49
Octal 320 166 376 22 66 0 0 430 143 111
Binary 11010000 1110110 11111110 10010 110110 0 0 100011000 1100011 1001001

Color Harmonies of #D076FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076FE

Black with #D076FE

Text Example


Text Example

White with #D076FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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