Shades of Orchid #DC80CC
Tints of Orchid #DC80CC
RGB
CMYK
RGB Variations
Color information
#DC80CC (or 0xDC80CC) is known color: Orchid. HEX triplet: DC, 80 and CC. RGB value is (220,128,204). Sum of RGB (Red+Green+Blue) = 220+128+204=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80CC is #237F33. Grayscale: #A3A3A3. Windows color (decimal): -2326324 or 13402332. OLE color: 13402332.
HSL color Cylindrical-coordinate representation of color #DC80CC: hue angle of 310.43º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC80CC is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 128 | 204 | - |
CMYK | 0 | 0.42 | 0.07 | 0.14 |
HSL | 310.43º | 0.57% | 0.68% | - |
HSV(B) | 310.43º | 0.42% | 0.86% | - |
XYZ | 48.13 | 35.01 | 61.35 | - |
YUV | 164.17 | 150.48 | 167.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 128 | 204 | 0 | 0.42 | 0.07 | 0.14 | 310.43 | 0.57 | 0.68 |
Hex | DC | 80 | CC | 0 | 2A | 7 | E | 136 | 39 | 44 |
Octal | 334 | 200 | 314 | 0 | 52 | 7 | 16 | 466 | 71 | 104 |
Binary | 11011100 | 10000000 | 11001100 | 0 | 101010 | 111 | 1110 | 100110110 | 111001 | 1000100 |
Color Harmonies of #DC80CC
Complementary color
Monochromatic Colors of #DC80CC
Black with #DC80CC
Text Example
Text Example
White with #DC80CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC80CC; }
p { color: rgb(220,128,204); }
H1.HeaderClassName
{
color: #DC80CC;
}
.AnyTagClassName
{
color: #DC80CC;
}
</style>
background-color css
<style>
a { background-color: #DC80CC; }
a { background-color: rgb(220,128,204); }
div.DivClassName
{
background-color: #DC80CC;
}
.BgClassName
{
background-color: #DC80CC;
}
</style>
border-color css
<style>
span { border-color: #DC80CC; }
span { border-color: rgb(220,128,204); }
td.TdClassName
{
border-color: #DC80CC;
}
.TagClassName
{
border-color: #DC80CC;
}
</style>