Shades of Orchid #C96FD9
Tints of Orchid #C96FD9
RGB
CMYK
RGB Variations
Color information
#C96FD9 (or 0xC96FD9) is known color: Orchid. HEX triplet: C9, 6F and D9. RGB value is (201,111,217). Sum of RGB (Red+Green+Blue) = 201+111+217=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #C96FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FD9 is #369026. Grayscale: #959595. Windows color (decimal): -3575847 or 14249929. OLE color: 14249929.
HSL color Cylindrical-coordinate representation of color #C96FD9: hue angle of 290.94º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C96FD9 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 111 | 217 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.15 |
| HSL | 290.94º | 0.58% | 0.64% | - |
| HSV(B) | 290.94º | 0.49% | 0.85% | - |
| XYZ | 42.3 | 28.8 | 68.97 | - |
| YUV | 149.99 | 165.82 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 217 | 0.07 | 0.49 | 0 | 0.15 | 290.94 | 0.58 | 0.64 |
| Hex | C9 | 6F | D9 | 7 | 31 | 0 | F | 123 | 3A | 40 |
| Octal | 311 | 157 | 331 | 7 | 61 | 0 | 17 | 443 | 72 | 100 |
| Binary | 11001001 | 1101111 | 11011001 | 111 | 110001 | 0 | 1111 | 100100011 | 111010 | 1000000 |
Color Harmonies of #C96FD9
Complementary color
Monochromatic Colors of #C96FD9
Black with #C96FD9
Text Example
Text Example
White with #C96FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96FD9; }
p { color: rgb(201,111,217); }
H1.HeaderClassName
{
color: #C96FD9;
}
.AnyTagClassName
{
color: #C96FD9;
}
</style>
background-color css
<style>
a { background-color: #C96FD9; }
a { background-color: rgb(201,111,217); }
div.DivClassName
{
background-color: #C96FD9;
}
.BgClassName
{
background-color: #C96FD9;
}
</style>
border-color css
<style>
span { border-color: #C96FD9; }
span { border-color: rgb(201,111,217); }
td.TdClassName
{
border-color: #C96FD9;
}
.TagClassName
{
border-color: #C96FD9;
}
</style>