Shades of Orchid #C96AD7
Tints of Orchid #C96AD7
RGB
CMYK
RGB Variations
Color information
#C96AD7 (or 0xC96AD7) is known color: Orchid. HEX triplet: C9, 6A and D7. RGB value is (201,106,215). Sum of RGB (Red+Green+Blue) = 201+106+215=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #C96AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96AD7 is #369528. Grayscale: #929292. Windows color (decimal): -3577129 or 14117577. OLE color: 14117577.
HSL color Cylindrical-coordinate representation of color #C96AD7: hue angle of 292.29º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96AD7 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 106 | 215 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.16 |
| HSL | 292.29º | 0.58% | 0.63% | - |
| HSV(B) | 292.29º | 0.51% | 0.84% | - |
| XYZ | 41.51 | 27.63 | 67.44 | - |
| YUV | 146.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 215 | 0.07 | 0.51 | 0 | 0.16 | 292.29 | 0.58 | 0.63 |
| Hex | C9 | 6A | D7 | 7 | 33 | 0 | 10 | 124 | 3A | 3F |
| Octal | 311 | 152 | 327 | 7 | 63 | 0 | 20 | 444 | 72 | 77 |
| Binary | 11001001 | 1101010 | 11010111 | 111 | 110011 | 0 | 10000 | 100100100 | 111010 | 111111 |
Color Harmonies of #C96AD7
Complementary color
Monochromatic Colors of #C96AD7
Black with #C96AD7
Text Example
Text Example
White with #C96AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96AD7; }
p { color: rgb(201,106,215); }
H1.HeaderClassName
{
color: #C96AD7;
}
.AnyTagClassName
{
color: #C96AD7;
}
</style>
background-color css
<style>
a { background-color: #C96AD7; }
a { background-color: rgb(201,106,215); }
div.DivClassName
{
background-color: #C96AD7;
}
.BgClassName
{
background-color: #C96AD7;
}
</style>
border-color css
<style>
span { border-color: #C96AD7; }
span { border-color: rgb(201,106,215); }
td.TdClassName
{
border-color: #C96AD7;
}
.TagClassName
{
border-color: #C96AD7;
}
</style>