Shades of Orchid #C56BCE
Tints of Orchid #C56BCE
RGB
CMYK
RGB Variations
Color information
#C56BCE (or 0xC56BCE) is known color: Orchid. HEX triplet: C5, 6B and CE. RGB value is (197,107,206). Sum of RGB (Red+Green+Blue) = 197+107+206=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #C56BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56BCE is #3A9431. Grayscale: #909090. Windows color (decimal): -3839026 or 13528005. OLE color: 13528005.
HSL color Cylindrical-coordinate representation of color #C56BCE: hue angle of 294.55º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C56BCE is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 107 | 206 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.19 |
| HSL | 294.55º | 0.5% | 0.61% | - |
| HSV(B) | 294.55º | 0.48% | 0.81% | - |
| XYZ | 39.42 | 26.84 | 61.5 | - |
| YUV | 145.2 | 162.32 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 206 | 0.04 | 0.48 | 0 | 0.19 | 294.55 | 0.5 | 0.61 |
| Hex | C5 | 6B | CE | 4 | 30 | 0 | 13 | 127 | 32 | 3D |
| Octal | 305 | 153 | 316 | 4 | 60 | 0 | 23 | 447 | 62 | 75 |
| Binary | 11000101 | 1101011 | 11001110 | 100 | 110000 | 0 | 10011 | 100100111 | 110010 | 111101 |
Color Harmonies of #C56BCE
Complementary color
Monochromatic Colors of #C56BCE
Black with #C56BCE
Text Example
Text Example
White with #C56BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56BCE; }
p { color: rgb(197,107,206); }
H1.HeaderClassName
{
color: #C56BCE;
}
.AnyTagClassName
{
color: #C56BCE;
}
</style>
background-color css
<style>
a { background-color: #C56BCE; }
a { background-color: rgb(197,107,206); }
div.DivClassName
{
background-color: #C56BCE;
}
.BgClassName
{
background-color: #C56BCE;
}
</style>
border-color css
<style>
span { border-color: #C56BCE; }
span { border-color: rgb(197,107,206); }
td.TdClassName
{
border-color: #C56BCE;
}
.TagClassName
{
border-color: #C56BCE;
}
</style>