Shades of Orchid #C96BD2
Tints of Orchid #C96BD2
RGB
CMYK
RGB Variations
Color information
#C96BD2 (or 0xC96BD2) is known color: Orchid. HEX triplet: C9, 6B and D2. RGB value is (201,107,210). Sum of RGB (Red+Green+Blue) = 201+107+210=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 210 - color contains mainly: blue. Hex color #C96BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96BD2 is #36942D. Grayscale: #929292. Windows color (decimal): -3576878 or 13790153. OLE color: 13790153.
HSL color Cylindrical-coordinate representation of color #C96BD2: hue angle of 294.76º 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 #C96BD2 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 107 | 210 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.18 |
| HSL | 294.76º | 0.53% | 0.62% | - |
| HSV(B) | 294.76º | 0.49% | 0.82% | - |
| XYZ | 40.98 | 27.59 | 64.14 | - |
| YUV | 146.85 | 163.64 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 210 | 0.04 | 0.49 | 0 | 0.18 | 294.76 | 0.53 | 0.62 |
| Hex | C9 | 6B | D2 | 4 | 31 | 0 | 12 | 127 | 35 | 3E |
| Octal | 311 | 153 | 322 | 4 | 61 | 0 | 22 | 447 | 65 | 76 |
| Binary | 11001001 | 1101011 | 11010010 | 100 | 110001 | 0 | 10010 | 100100111 | 110101 | 111110 |
Color Harmonies of #C96BD2
Complementary color
Monochromatic Colors of #C96BD2
Black with #C96BD2
Text Example
Text Example
White with #C96BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96BD2; }
p { color: rgb(201,107,210); }
H1.HeaderClassName
{
color: #C96BD2;
}
.AnyTagClassName
{
color: #C96BD2;
}
</style>
background-color css
<style>
a { background-color: #C96BD2; }
a { background-color: rgb(201,107,210); }
div.DivClassName
{
background-color: #C96BD2;
}
.BgClassName
{
background-color: #C96BD2;
}
</style>
border-color css
<style>
span { border-color: #C96BD2; }
span { border-color: rgb(201,107,210); }
td.TdClassName
{
border-color: #C96BD2;
}
.TagClassName
{
border-color: #C96BD2;
}
</style>