Shades of Orchid #C96CCA
Tints of Orchid #C96CCA
RGB
CMYK
RGB Variations
Color information
#C96CCA (or 0xC96CCA) is known color: Orchid. HEX triplet: C9, 6C and CA. RGB value is (201,108,202). Sum of RGB (Red+Green+Blue) = 201+108+202=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #C96CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CCA is #369335. Grayscale: #929292. Windows color (decimal): -3576630 or 13266121. OLE color: 13266121.
HSL color Cylindrical-coordinate representation of color #C96CCA: hue angle of 299.36º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96CCA is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 202 | - |
| CMYK | 0.00 | 0.47 | 0 | 0.21 |
| HSL | 299.36º | 0.47% | 0.61% | - |
| HSV(B) | 299.36º | 0.47% | 0.79% | - |
| XYZ | 40.11 | 27.41 | 59.05 | - |
| YUV | 146.52 | 159.31 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 202 | 0.00 | 0.47 | 0 | 0.21 | 299.36 | 0.47 | 0.61 |
| Hex | C9 | 6C | CA | 0 | 2F | 0 | 15 | 12B | 2F | 3D |
| Octal | 311 | 154 | 312 | 0 | 57 | 0 | 25 | 453 | 57 | 75 |
| Binary | 11001001 | 1101100 | 11001010 | 0 | 101111 | 0 | 10101 | 100101011 | 101111 | 111101 |
Color Harmonies of #C96CCA
Complementary color
Monochromatic Colors of #C96CCA
Black with #C96CCA
Text Example
Text Example
White with #C96CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96CCA; }
p { color: rgb(201,108,202); }
H1.HeaderClassName
{
color: #C96CCA;
}
.AnyTagClassName
{
color: #C96CCA;
}
</style>
background-color css
<style>
a { background-color: #C96CCA; }
a { background-color: rgb(201,108,202); }
div.DivClassName
{
background-color: #C96CCA;
}
.BgClassName
{
background-color: #C96CCA;
}
</style>
border-color css
<style>
span { border-color: #C96CCA; }
span { border-color: rgb(201,108,202); }
td.TdClassName
{
border-color: #C96CCA;
}
.TagClassName
{
border-color: #C96CCA;
}
</style>