Shades of Orchid #C96ED5
Tints of Orchid #C96ED5
RGB
CMYK
RGB Variations
Color information
#C96ED5 (or 0xC96ED5) is known color: Orchid. HEX triplet: C9, 6E and D5. RGB value is (201,110,213). Sum of RGB (Red+Green+Blue) = 201+110+213=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 213 - color contains mainly: blue. Hex color #C96ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ED5 is #36912A. Grayscale: #949494. Windows color (decimal): -3576107 or 13987529. OLE color: 13987529.
HSL color Cylindrical-coordinate representation of color #C96ED5: hue angle of 293.01º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C96ED5 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 110 | 213 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.16 |
| HSL | 293.01º | 0.55% | 0.63% | - |
| HSV(B) | 293.01º | 0.48% | 0.84% | - |
| XYZ | 41.67 | 28.37 | 66.23 | - |
| YUV | 148.95 | 164.15 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 213 | 0.06 | 0.48 | 0 | 0.16 | 293.01 | 0.55 | 0.63 |
| Hex | C9 | 6E | D5 | 6 | 30 | 0 | 10 | 125 | 37 | 3F |
| Octal | 311 | 156 | 325 | 6 | 60 | 0 | 20 | 445 | 67 | 77 |
| Binary | 11001001 | 1101110 | 11010101 | 110 | 110000 | 0 | 10000 | 100100101 | 110111 | 111111 |
Color Harmonies of #C96ED5
Complementary color
Monochromatic Colors of #C96ED5
Black with #C96ED5
Text Example
Text Example
White with #C96ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96ED5; }
p { color: rgb(201,110,213); }
H1.HeaderClassName
{
color: #C96ED5;
}
.AnyTagClassName
{
color: #C96ED5;
}
</style>
background-color css
<style>
a { background-color: #C96ED5; }
a { background-color: rgb(201,110,213); }
div.DivClassName
{
background-color: #C96ED5;
}
.BgClassName
{
background-color: #C96ED5;
}
</style>
border-color css
<style>
span { border-color: #C96ED5; }
span { border-color: rgb(201,110,213); }
td.TdClassName
{
border-color: #C96ED5;
}
.TagClassName
{
border-color: #C96ED5;
}
</style>