Html Css Color HEX #DC80EE Heliotrope

📋 copy color: '#DC80EE'

red 220 ◦ green 128 ◦ blue 238

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

Shades of Heliotrope #DC80EE

Tints of Heliotrope #DC80EE

RGB

 RED value IS 220 (86.33% from 255) = 37.54%

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

 BLUE value IS 238 (93.36% from 255) = 40.61%

R = 37.54%
G = 21.84%
B = 40.61%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC80EE (or 0xDC80EE) is known color: Heliotrope. HEX triplet: DC, 80 and EE. RGB value is (220,128,238). Sum of RGB (Red+Green+Blue) = 220+128+238=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC80EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC80EE is #237F11. Grayscale: #A7A7A7. Windows color (decimal): -2326290 or 15630556. OLE color: 15630556.

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

Color convert

RGB 220 128 238 -
CMYK 0.08 0.46 0 0.07
HSL 290.18º 0.76% 0.72% -
HSV(B) 290.18º 0.46% 0.93% -
XYZ 52.67 36.83 85.22 -
YUV 168.05 167.48 165.06 -
System Red Green Blue C M Y K H S L
Decimal 220 128 238 0.08 0.46 0 0.07 290.18 0.76 0.72
Hex DC 80 EE 8 2E 0 7 122 4C 48
Octal 334 200 356 10 56 0 7 442 114 110
Binary 11011100 10000000 11101110 1000 101110 0 111 100100010 1001100 1001000

Color Harmonies of #DC80EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC80EE

Black with #DC80EE

Text Example


Text Example

White with #DC80EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC80EE; }

 p { color: rgb(220,128,238); }

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

background-color css

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

 a { background-color: rgb(220,128,238); }

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

border-color css

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

 span { border-color: rgb(220,128,238); }

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