Html Css Color HEX #D076EF Heliotrope

📋 copy color: '#D076EF'

red 208 ◦ green 118 ◦ blue 239

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

Shades of Heliotrope #D076EF

Tints of Heliotrope #D076EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.3%

R = 36.81%
G = 20.88%
B = 42.3%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D076EF (or 0xD076EF) is known color: Heliotrope. HEX triplet: D0, 76 and EF. RGB value is (208,118,239). Sum of RGB (Red+Green+Blue) = 208+118+239=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #D076EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D076EF is #2F8910. Grayscale: #9E9E9E. Windows color (decimal): -3115281 or 15693520. OLE color: 15693520.

HSL color Cylindrical-coordinate representation of color #D076EF: hue angle of 284.63º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D076EF is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 118 239 -
CMYK 0.13 0.51 0 0.06
HSL 284.63º 0.79% 0.7% -
HSV(B) 284.63º 0.51% 0.94% -
XYZ 48.07 32.6 85.42 -
YUV 158.7 173.32 163.16 -
System Red Green Blue C M Y K H S L
Decimal 208 118 239 0.13 0.51 0 0.06 284.63 0.79 0.7
Hex D0 76 EF D 33 0 6 11D 4F 46
Octal 320 166 357 15 63 0 6 435 117 106
Binary 11010000 1110110 11101111 1101 110011 0 110 100011101 1001111 1000110

Color Harmonies of #D076EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076EF

Black with #D076EF

Text Example


Text Example

White with #D076EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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