Shades of Orchid #C96CD2
Tints of Orchid #C96CD2
RGB
CMYK
RGB Variations
Color information
#C96CD2 (or 0xC96CD2) is known color: Orchid. HEX triplet: C9, 6C and D2. RGB value is (201,108,210). Sum of RGB (Red+Green+Blue) = 201+108+210=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 210 - color contains mainly: blue. Hex color #C96CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CD2 is #36932D. Grayscale: #939393. Windows color (decimal): -3576622 or 13790409. OLE color: 13790409.
HSL color Cylindrical-coordinate representation of color #C96CD2: hue angle of 294.71º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C96CD2 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 108 | 210 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.18 |
| HSL | 294.71º | 0.53% | 0.62% | - |
| HSV(B) | 294.71º | 0.49% | 0.82% | - |
| XYZ | 41.08 | 27.8 | 64.17 | - |
| YUV | 147.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 210 | 0.04 | 0.49 | 0 | 0.18 | 294.71 | 0.53 | 0.62 |
| Hex | C9 | 6C | D2 | 4 | 31 | 0 | 12 | 127 | 35 | 3E |
| Octal | 311 | 154 | 322 | 4 | 61 | 0 | 22 | 447 | 65 | 76 |
| Binary | 11001001 | 1101100 | 11010010 | 100 | 110001 | 0 | 10010 | 100100111 | 110101 | 111110 |
Color Harmonies of #C96CD2
Complementary color
Monochromatic Colors of #C96CD2
Black with #C96CD2
Text Example
Text Example
White with #C96CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96CD2; }
p { color: rgb(201,108,210); }
H1.HeaderClassName
{
color: #C96CD2;
}
.AnyTagClassName
{
color: #C96CD2;
}
</style>
background-color css
<style>
a { background-color: #C96CD2; }
a { background-color: rgb(201,108,210); }
div.DivClassName
{
background-color: #C96CD2;
}
.BgClassName
{
background-color: #C96CD2;
}
</style>
border-color css
<style>
span { border-color: #C96CD2; }
span { border-color: rgb(201,108,210); }
td.TdClassName
{
border-color: #C96CD2;
}
.TagClassName
{
border-color: #C96CD2;
}
</style>