#dc80e2

Color #DC80E2 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #DC80E2

Tints of Orchid #DC80E2

Color information

#DC80E2 (or 0xDC80E2) is unknown color: approx Orchid. HEX triplet: DC, 80 and E2. RGB value is (220,128,226). Sum of RGB (Red+Green+Blue) = 220+128+226=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 226 (88.67% from 255 or 39.37% from 574); Max value from RGB is 226 - color contains mainly: blue. Hex color #DC80E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80E2 is #237F1D. Grayscale: #A6A6A6. Windows color (decimal): -2326302 or 14844124. OLE color: 14844124.

HSL color Cylindrical-coordinate representation of color #DC80E2: hue angle of 296.33º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC80E2 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220128226-
CMYK0.030.4300.11
HSL296.33º62.82%69.41%-
HSV(B)296.33º43.36%88.63%-
XYZ50.9636.1476.24-
YUV166.68161.48166.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 128 (50.39% from 255) = 22.30%
BLUE value IS 226 (88.67% from 255) = 39.37%
R=38.33%
G=22.30%
B=39.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2201282260.030.4300.11296.3362.8269.41
HexDC80E232B0B1283f45
Octal33420034235301345077105
Binary11011100100000001110001011101011010111001010001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc80e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc80e2; }

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

 H1.HeaderClassName
 {
   color: #dc80e2;
 }
 .AnyTagClassName
 {
   color: #dc80e2;
 }
</style>
background-color css

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

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

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

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

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

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