Html Css Color HEX #D080EC Heliotrope

📋 copy color: '#D080EC'

red 208 ◦ green 128 ◦ blue 236

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

Shades of Heliotrope #D080EC

Tints of Heliotrope #D080EC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.38%

 BLUE value IS 236 (92.58% from 255) = 41.26%

R = 36.36%
G = 22.38%
B = 41.26%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D080EC (or 0xD080EC) is known color: Heliotrope. HEX triplet: D0, 80 and EC. RGB value is (208,128,236). Sum of RGB (Red+Green+Blue) = 208+128+236=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #D080EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D080EC is #2F7F13. Grayscale: #A3A3A3. Windows color (decimal): -3112724 or 15499472. OLE color: 15499472.

HSL color Cylindrical-coordinate representation of color #D080EC: hue angle of 284.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D080EC is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 128 236 -
CMYK 0.12 0.46 0 0.07
HSL 284.44º 0.74% 0.71% -
HSV(B) 284.44º 0.46% 0.93% -
XYZ 48.87 34.9 83.52 -
YUV 164.23 168.5 159.22 -
System Red Green Blue C M Y K H S L
Decimal 208 128 236 0.12 0.46 0 0.07 284.44 0.74 0.71
Hex D0 80 EC C 2E 0 7 11C 4A 47
Octal 320 200 354 14 56 0 7 434 112 107
Binary 11010000 10000000 11101100 1100 101110 0 111 100011100 1001010 1000111

Color Harmonies of #D080EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D080EC

Black with #D080EC

Text Example


Text Example

White with #D080EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D080EC; }

 p { color: rgb(208,128,236); }

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

background-color css

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

 a { background-color: rgb(208,128,236); }

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

border-color css

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

 span { border-color: rgb(208,128,236); }

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