Shades of Orchid #DC6CC5
Tints of Orchid #DC6CC5
RGB
CMYK
RGB Variations
Color information
#DC6CC5 (or 0xDC6CC5) is known color: Orchid. HEX triplet: DC, 6C and C5. RGB value is (220,108,197). Sum of RGB (Red+Green+Blue) = 220+108+197=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CC5 is #23933A. Grayscale: #979797. Windows color (decimal): -2331451 or 12938460. OLE color: 12938460.
HSL color Cylindrical-coordinate representation of color #DC6CC5: hue angle of 312.32º 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 #DC6CC5 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 197 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.14 |
| HSL | 312.32º | 0.62% | 0.64% | - |
| HSV(B) | 312.32º | 0.51% | 0.86% | - |
| XYZ | 44.96 | 29.97 | 56.24 | - |
| YUV | 151.63 | 153.61 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 197 | 0 | 0.51 | 0.10 | 0.14 | 312.32 | 0.62 | 0.64 |
| Hex | DC | 6C | C5 | 0 | 33 | A | E | 138 | 3E | 40 |
| Octal | 334 | 154 | 305 | 0 | 63 | 12 | 16 | 470 | 76 | 100 |
| Binary | 11011100 | 1101100 | 11000101 | 0 | 110011 | 1010 | 1110 | 100111000 | 111110 | 1000000 |
Color Harmonies of #DC6CC5
Complementary color
Monochromatic Colors of #DC6CC5
Black with #DC6CC5
Text Example
Text Example
White with #DC6CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6CC5; }
p { color: rgb(220,108,197); }
H1.HeaderClassName
{
color: #DC6CC5;
}
.AnyTagClassName
{
color: #DC6CC5;
}
</style>
background-color css
<style>
a { background-color: #DC6CC5; }
a { background-color: rgb(220,108,197); }
div.DivClassName
{
background-color: #DC6CC5;
}
.BgClassName
{
background-color: #DC6CC5;
}
</style>
border-color css
<style>
span { border-color: #DC6CC5; }
span { border-color: rgb(220,108,197); }
td.TdClassName
{
border-color: #DC6CC5;
}
.TagClassName
{
border-color: #DC6CC5;
}
</style>