Shades of Orchid #C96AD2
Tints of Orchid #C96AD2
RGB
CMYK
RGB Variations
Color information
#C96AD2 (or 0xC96AD2) is known color: Orchid. HEX triplet: C9, 6A and D2. RGB value is (201,106,210). Sum of RGB (Red+Green+Blue) = 201+106+210=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 210 (82.42% from 255 or 40.62% from 517); Max value from RGB is 210 - color contains mainly: blue. Hex color #C96AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96AD2 is #36952D. Grayscale: #919191. Windows color (decimal): -3577134 or 13789897. OLE color: 13789897.
HSL color Cylindrical-coordinate representation of color #C96AD2: hue angle of 294.81º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96AD2 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 106 | 210 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.18 |
| HSL | 294.81º | 0.54% | 0.62% | - |
| HSV(B) | 294.81º | 0.5% | 0.82% | - |
| XYZ | 40.87 | 27.38 | 64.1 | - |
| YUV | 146.26 | 163.97 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 210 | 0.04 | 0.50 | 0 | 0.18 | 294.81 | 0.54 | 0.62 |
| Hex | C9 | 6A | D2 | 4 | 32 | 0 | 12 | 127 | 36 | 3E |
| Octal | 311 | 152 | 322 | 4 | 62 | 0 | 22 | 447 | 66 | 76 |
| Binary | 11001001 | 1101010 | 11010010 | 100 | 110010 | 0 | 10010 | 100100111 | 110110 | 111110 |
Color Harmonies of #C96AD2
Complementary color
Monochromatic Colors of #C96AD2
Black with #C96AD2
Text Example
Text Example
White with #C96AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96AD2; }
p { color: rgb(201,106,210); }
H1.HeaderClassName
{
color: #C96AD2;
}
.AnyTagClassName
{
color: #C96AD2;
}
</style>
background-color css
<style>
a { background-color: #C96AD2; }
a { background-color: rgb(201,106,210); }
div.DivClassName
{
background-color: #C96AD2;
}
.BgClassName
{
background-color: #C96AD2;
}
</style>
border-color css
<style>
span { border-color: #C96AD2; }
span { border-color: rgb(201,106,210); }
td.TdClassName
{
border-color: #C96AD2;
}
.TagClassName
{
border-color: #C96AD2;
}
</style>