Shades of Orchid #C96AE1
Tints of Orchid #C96AE1
RGB
CMYK
RGB Variations
Color information
#C96AE1 (or 0xC96AE1) is known color: Orchid. HEX triplet: C9, 6A and E1. RGB value is (201,106,225). Sum of RGB (Red+Green+Blue) = 201+106+225=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #C96AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96AE1 is #36951E. Grayscale: #939393. Windows color (decimal): -3577119 or 14772937. OLE color: 14772937.
HSL color Cylindrical-coordinate representation of color #C96AE1: hue angle of 287.9º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C96AE1 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 106 | 225 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.12 |
| HSL | 287.9º | 0.66% | 0.65% | - |
| HSV(B) | 287.9º | 0.53% | 0.88% | - |
| XYZ | 42.83 | 28.16 | 74.41 | - |
| YUV | 147.97 | 171.47 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 225 | 0.11 | 0.53 | 0 | 0.12 | 287.9 | 0.66 | 0.65 |
| Hex | C9 | 6A | E1 | B | 35 | 0 | C | 120 | 42 | 41 |
| Octal | 311 | 152 | 341 | 13 | 65 | 0 | 14 | 440 | 102 | 101 |
| Binary | 11001001 | 1101010 | 11100001 | 1011 | 110101 | 0 | 1100 | 100100000 | 1000010 | 1000001 |
Color Harmonies of #C96AE1
Complementary color
Monochromatic Colors of #C96AE1
Black with #C96AE1
Text Example
Text Example
White with #C96AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96AE1; }
p { color: rgb(201,106,225); }
H1.HeaderClassName
{
color: #C96AE1;
}
.AnyTagClassName
{
color: #C96AE1;
}
</style>
background-color css
<style>
a { background-color: #C96AE1; }
a { background-color: rgb(201,106,225); }
div.DivClassName
{
background-color: #C96AE1;
}
.BgClassName
{
background-color: #C96AE1;
}
</style>
border-color css
<style>
span { border-color: #C96AE1; }
span { border-color: rgb(201,106,225); }
td.TdClassName
{
border-color: #C96AE1;
}
.TagClassName
{
border-color: #C96AE1;
}
</style>