Shades of Orchid #C96DCB
Tints of Orchid #C96DCB
RGB
CMYK
RGB Variations
Color information
#C96DCB (or 0xC96DCB) is known color: Orchid. HEX triplet: C9, 6D and CB. RGB value is (201,109,203). Sum of RGB (Red+Green+Blue) = 201+109+203=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #C96DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DCB is #369234. Grayscale: #929292. Windows color (decimal): -3576373 or 13331913. OLE color: 13331913.
HSL color Cylindrical-coordinate representation of color #C96DCB: hue angle of 298.72º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96DCB is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 109 | 203 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.20 |
| HSL | 298.72º | 0.47% | 0.61% | - |
| HSV(B) | 298.72º | 0.46% | 0.8% | - |
| XYZ | 40.34 | 27.67 | 59.71 | - |
| YUV | 147.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 203 | 0.01 | 0.46 | 0 | 0.20 | 298.72 | 0.47 | 0.61 |
| Hex | C9 | 6D | CB | 1 | 2E | 0 | 14 | 12B | 2F | 3D |
| Octal | 311 | 155 | 313 | 1 | 56 | 0 | 24 | 453 | 57 | 75 |
| Binary | 11001001 | 1101101 | 11001011 | 1 | 101110 | 0 | 10100 | 100101011 | 101111 | 111101 |
Color Harmonies of #C96DCB
Complementary color
Monochromatic Colors of #C96DCB
Black with #C96DCB
Text Example
Text Example
White with #C96DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96DCB; }
p { color: rgb(201,109,203); }
H1.HeaderClassName
{
color: #C96DCB;
}
.AnyTagClassName
{
color: #C96DCB;
}
</style>
background-color css
<style>
a { background-color: #C96DCB; }
a { background-color: rgb(201,109,203); }
div.DivClassName
{
background-color: #C96DCB;
}
.BgClassName
{
background-color: #C96DCB;
}
</style>
border-color css
<style>
span { border-color: #C96DCB; }
span { border-color: rgb(201,109,203); }
td.TdClassName
{
border-color: #C96DCB;
}
.TagClassName
{
border-color: #C96DCB;
}
</style>