Shades of Orchid #C96AD6
Tints of Orchid #C96AD6
RGB
CMYK
RGB Variations
Color information
#C96AD6 (or 0xC96AD6) is known color: Orchid. HEX triplet: C9, 6A and D6. RGB value is (201,106,214). Sum of RGB (Red+Green+Blue) = 201+106+214=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #C96AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96AD6 is #369529. Grayscale: #929292. Windows color (decimal): -3577130 or 14052041. OLE color: 14052041.
HSL color Cylindrical-coordinate representation of color #C96AD6: hue angle of 292.78º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96AD6 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 106 | 214 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.16 |
| HSL | 292.78º | 0.57% | 0.63% | - |
| HSV(B) | 292.78º | 0.5% | 0.84% | - |
| XYZ | 41.38 | 27.58 | 66.76 | - |
| YUV | 146.72 | 165.97 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 214 | 0.06 | 0.50 | 0 | 0.16 | 292.78 | 0.57 | 0.63 |
| Hex | C9 | 6A | D6 | 6 | 32 | 0 | 10 | 125 | 39 | 3F |
| Octal | 311 | 152 | 326 | 6 | 62 | 0 | 20 | 445 | 71 | 77 |
| Binary | 11001001 | 1101010 | 11010110 | 110 | 110010 | 0 | 10000 | 100100101 | 111001 | 111111 |
Color Harmonies of #C96AD6
Complementary color
Monochromatic Colors of #C96AD6
Black with #C96AD6
Text Example
Text Example
White with #C96AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96AD6; }
p { color: rgb(201,106,214); }
H1.HeaderClassName
{
color: #C96AD6;
}
.AnyTagClassName
{
color: #C96AD6;
}
</style>
background-color css
<style>
a { background-color: #C96AD6; }
a { background-color: rgb(201,106,214); }
div.DivClassName
{
background-color: #C96AD6;
}
.BgClassName
{
background-color: #C96AD6;
}
</style>
border-color css
<style>
span { border-color: #C96AD6; }
span { border-color: rgb(201,106,214); }
td.TdClassName
{
border-color: #C96AD6;
}
.TagClassName
{
border-color: #C96AD6;
}
</style>