Shades of Orchid #DC6BC8
Tints of Orchid #DC6BC8
RGB
CMYK
RGB Variations
Color information
#DC6BC8 (or 0xDC6BC8) is known color: Orchid. HEX triplet: DC, 6B and C8. RGB value is (220,107,200). Sum of RGB (Red+Green+Blue) = 220+107+200=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BC8 is #239437. Grayscale: #979797. Windows color (decimal): -2331704 or 13134812. OLE color: 13134812.
HSL color Cylindrical-coordinate representation of color #DC6BC8: hue angle of 310.62º 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 #DC6BC8 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 200 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.14 |
| HSL | 310.62º | 0.62% | 0.64% | - |
| HSV(B) | 310.62º | 0.51% | 0.86% | - |
| XYZ | 45.2 | 29.9 | 58.03 | - |
| YUV | 151.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 200 | 0 | 0.51 | 0.09 | 0.14 | 310.62 | 0.62 | 0.64 |
| Hex | DC | 6B | C8 | 0 | 33 | 9 | E | 137 | 3E | 40 |
| Octal | 334 | 153 | 310 | 0 | 63 | 11 | 16 | 467 | 76 | 100 |
| Binary | 11011100 | 1101011 | 11001000 | 0 | 110011 | 1001 | 1110 | 100110111 | 111110 | 1000000 |
Color Harmonies of #DC6BC8
Complementary color
Monochromatic Colors of #DC6BC8
Black with #DC6BC8
Text Example
Text Example
White with #DC6BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BC8; }
p { color: rgb(220,107,200); }
H1.HeaderClassName
{
color: #DC6BC8;
}
.AnyTagClassName
{
color: #DC6BC8;
}
</style>
background-color css
<style>
a { background-color: #DC6BC8; }
a { background-color: rgb(220,107,200); }
div.DivClassName
{
background-color: #DC6BC8;
}
.BgClassName
{
background-color: #DC6BC8;
}
</style>
border-color css
<style>
span { border-color: #DC6BC8; }
span { border-color: rgb(220,107,200); }
td.TdClassName
{
border-color: #DC6BC8;
}
.TagClassName
{
border-color: #DC6BC8;
}
</style>