Shades of Orchid #C56CCB
Tints of Orchid #C56CCB
RGB
CMYK
RGB Variations
Color information
#C56CCB (or 0xC56CCB) is known color: Orchid. HEX triplet: C5, 6C and CB. RGB value is (197,108,203). Sum of RGB (Red+Green+Blue) = 197+108+203=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #C56CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56CCB is #3A9334. Grayscale: #919191. Windows color (decimal): -3838773 or 13331653. OLE color: 13331653.
HSL color Cylindrical-coordinate representation of color #C56CCB: hue angle of 296.21º 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 #C56CCB is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 108 | 203 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.20 |
| HSL | 296.21º | 0.48% | 0.61% | - |
| HSV(B) | 296.21º | 0.47% | 0.8% | - |
| XYZ | 39.17 | 26.91 | 59.63 | - |
| YUV | 145.44 | 160.49 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 203 | 0.03 | 0.47 | 0 | 0.20 | 296.21 | 0.48 | 0.61 |
| Hex | C5 | 6C | CB | 3 | 2F | 0 | 14 | 128 | 30 | 3D |
| Octal | 305 | 154 | 313 | 3 | 57 | 0 | 24 | 450 | 60 | 75 |
| Binary | 11000101 | 1101100 | 11001011 | 11 | 101111 | 0 | 10100 | 100101000 | 110000 | 111101 |
Color Harmonies of #C56CCB
Complementary color
Monochromatic Colors of #C56CCB
Black with #C56CCB
Text Example
Text Example
White with #C56CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56CCB; }
p { color: rgb(197,108,203); }
H1.HeaderClassName
{
color: #C56CCB;
}
.AnyTagClassName
{
color: #C56CCB;
}
</style>
background-color css
<style>
a { background-color: #C56CCB; }
a { background-color: rgb(197,108,203); }
div.DivClassName
{
background-color: #C56CCB;
}
.BgClassName
{
background-color: #C56CCB;
}
</style>
border-color css
<style>
span { border-color: #C56CCB; }
span { border-color: rgb(197,108,203); }
td.TdClassName
{
border-color: #C56CCB;
}
.TagClassName
{
border-color: #C56CCB;
}
</style>