Shades of Orchid #DC6CCD
Tints of Orchid #DC6CCD
RGB
CMYK
RGB Variations
Color information
#DC6CCD (or 0xDC6CCD) is known color: Orchid. HEX triplet: DC, 6C and CD. RGB value is (220,108,205). Sum of RGB (Red+Green+Blue) = 220+108+205=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CCD is #239332. Grayscale: #989898. Windows color (decimal): -2331443 or 13462748. OLE color: 13462748.
HSL color Cylindrical-coordinate representation of color #DC6CCD: hue angle of 308.04º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6CCD is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 205 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.14 |
| HSL | 308.04º | 0.62% | 0.64% | - |
| HSV(B) | 308.04º | 0.51% | 0.86% | - |
| XYZ | 45.9 | 30.35 | 61.2 | - |
| YUV | 152.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 205 | 0 | 0.51 | 0.07 | 0.14 | 308.04 | 0.62 | 0.64 |
| Hex | DC | 6C | CD | 0 | 33 | 7 | E | 134 | 3E | 40 |
| Octal | 334 | 154 | 315 | 0 | 63 | 7 | 16 | 464 | 76 | 100 |
| Binary | 11011100 | 1101100 | 11001101 | 0 | 110011 | 111 | 1110 | 100110100 | 111110 | 1000000 |
Color Harmonies of #DC6CCD
Complementary color
Monochromatic Colors of #DC6CCD
Black with #DC6CCD
Text Example
Text Example
White with #DC6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6CCD; }
p { color: rgb(220,108,205); }
H1.HeaderClassName
{
color: #DC6CCD;
}
.AnyTagClassName
{
color: #DC6CCD;
}
</style>
background-color css
<style>
a { background-color: #DC6CCD; }
a { background-color: rgb(220,108,205); }
div.DivClassName
{
background-color: #DC6CCD;
}
.BgClassName
{
background-color: #DC6CCD;
}
</style>
border-color css
<style>
span { border-color: #DC6CCD; }
span { border-color: rgb(220,108,205); }
td.TdClassName
{
border-color: #DC6CCD;
}
.TagClassName
{
border-color: #DC6CCD;
}
</style>