Shades of Orchid #C56BCB
Tints of Orchid #C56BCB
RGB
CMYK
RGB Variations
Color information
#C56BCB (or 0xC56BCB) is known color: Orchid. HEX triplet: C5, 6B and CB. RGB value is (197,107,203). Sum of RGB (Red+Green+Blue) = 197+107+203=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #C56BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56BCB is #3A9434. Grayscale: #909090. Windows color (decimal): -3839029 or 13331397. OLE color: 13331397.
HSL color Cylindrical-coordinate representation of color #C56BCB: hue angle of 296.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C56BCB is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 107 | 203 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.20 |
| HSL | 296.25º | 0.48% | 0.61% | - |
| HSV(B) | 296.25º | 0.47% | 0.8% | - |
| XYZ | 39.06 | 26.7 | 59.59 | - |
| YUV | 144.85 | 160.82 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 203 | 0.03 | 0.47 | 0 | 0.20 | 296.25 | 0.48 | 0.61 |
| Hex | C5 | 6B | CB | 3 | 2F | 0 | 14 | 128 | 30 | 3D |
| Octal | 305 | 153 | 313 | 3 | 57 | 0 | 24 | 450 | 60 | 75 |
| Binary | 11000101 | 1101011 | 11001011 | 11 | 101111 | 0 | 10100 | 100101000 | 110000 | 111101 |
Color Harmonies of #C56BCB
Complementary color
Monochromatic Colors of #C56BCB
Black with #C56BCB
Text Example
Text Example
White with #C56BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56BCB; }
p { color: rgb(197,107,203); }
H1.HeaderClassName
{
color: #C56BCB;
}
.AnyTagClassName
{
color: #C56BCB;
}
</style>
background-color css
<style>
a { background-color: #C56BCB; }
a { background-color: rgb(197,107,203); }
div.DivClassName
{
background-color: #C56BCB;
}
.BgClassName
{
background-color: #C56BCB;
}
</style>
border-color css
<style>
span { border-color: #C56BCB; }
span { border-color: rgb(197,107,203); }
td.TdClassName
{
border-color: #C56BCB;
}
.TagClassName
{
border-color: #C56BCB;
}
</style>