Shades of Orchid #DC6CD7
Tints of Orchid #DC6CD7
RGB
CMYK
RGB Variations
Color information
#DC6CD7 (or 0xDC6CD7) is known color: Orchid. HEX triplet: DC, 6C and D7. RGB value is (220,108,215). Sum of RGB (Red+Green+Blue) = 220+108+215=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CD7 is #239328. Grayscale: #999999. Windows color (decimal): -2331433 or 14118108. OLE color: 14118108.
HSL color Cylindrical-coordinate representation of color #DC6CD7: hue angle of 302.68º 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 #DC6CD7 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 215 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.14 |
| HSL | 302.68º | 0.62% | 0.64% | - |
| HSV(B) | 302.68º | 0.51% | 0.86% | - |
| XYZ | 47.14 | 30.85 | 67.76 | - |
| YUV | 153.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 215 | 0 | 0.51 | 0.02 | 0.14 | 302.68 | 0.62 | 0.64 |
| Hex | DC | 6C | D7 | 0 | 33 | 2 | E | 12F | 3E | 40 |
| Octal | 334 | 154 | 327 | 0 | 63 | 2 | 16 | 457 | 76 | 100 |
| Binary | 11011100 | 1101100 | 11010111 | 0 | 110011 | 10 | 1110 | 100101111 | 111110 | 1000000 |
Color Harmonies of #DC6CD7
Complementary color
Monochromatic Colors of #DC6CD7
Black with #DC6CD7
Text Example
Text Example
White with #DC6CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6CD7; }
p { color: rgb(220,108,215); }
H1.HeaderClassName
{
color: #DC6CD7;
}
.AnyTagClassName
{
color: #DC6CD7;
}
</style>
background-color css
<style>
a { background-color: #DC6CD7; }
a { background-color: rgb(220,108,215); }
div.DivClassName
{
background-color: #DC6CD7;
}
.BgClassName
{
background-color: #DC6CD7;
}
</style>
border-color css
<style>
span { border-color: #DC6CD7; }
span { border-color: rgb(220,108,215); }
td.TdClassName
{
border-color: #DC6CD7;
}
.TagClassName
{
border-color: #DC6CD7;
}
</style>