Shades of Orchid #C96ACE
Tints of Orchid #C96ACE
RGB
CMYK
RGB Variations
Color information
#C96ACE (or 0xC96ACE) is known color: Orchid. HEX triplet: C9, 6A and CE. RGB value is (201,106,206). Sum of RGB (Red+Green+Blue) = 201+106+206=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #C96ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ACE is #369531. Grayscale: #919191. Windows color (decimal): -3577138 or 13527753. OLE color: 13527753.
HSL color Cylindrical-coordinate representation of color #C96ACE: hue angle of 297º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C96ACE is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 106 | 206 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.19 |
| HSL | 297º | 0.51% | 0.61% | - |
| HSV(B) | 297º | 0.49% | 0.81% | - |
| XYZ | 40.38 | 27.18 | 61.51 | - |
| YUV | 145.81 | 161.97 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 206 | 0.02 | 0.49 | 0 | 0.19 | 297 | 0.51 | 0.61 |
| Hex | C9 | 6A | CE | 2 | 31 | 0 | 13 | 129 | 33 | 3D |
| Octal | 311 | 152 | 316 | 2 | 61 | 0 | 23 | 451 | 63 | 75 |
| Binary | 11001001 | 1101010 | 11001110 | 10 | 110001 | 0 | 10011 | 100101001 | 110011 | 111101 |
Color Harmonies of #C96ACE
Complementary color
Monochromatic Colors of #C96ACE
Black with #C96ACE
Text Example
Text Example
White with #C96ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96ACE; }
p { color: rgb(201,106,206); }
H1.HeaderClassName
{
color: #C96ACE;
}
.AnyTagClassName
{
color: #C96ACE;
}
</style>
background-color css
<style>
a { background-color: #C96ACE; }
a { background-color: rgb(201,106,206); }
div.DivClassName
{
background-color: #C96ACE;
}
.BgClassName
{
background-color: #C96ACE;
}
</style>
border-color css
<style>
span { border-color: #C96ACE; }
span { border-color: rgb(201,106,206); }
td.TdClassName
{
border-color: #C96ACE;
}
.TagClassName
{
border-color: #C96ACE;
}
</style>