Shades of Orchid #C96CDF
Tints of Orchid #C96CDF
RGB
CMYK
RGB Variations
Color information
#C96CDF (or 0xC96CDF) is known color: Orchid. HEX triplet: C9, 6C and DF. RGB value is (201,108,223). Sum of RGB (Red+Green+Blue) = 201+108+223=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #C96CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CDF is #369320. Grayscale: #949494. Windows color (decimal): -3576609 or 14642377. OLE color: 14642377.
HSL color Cylindrical-coordinate representation of color #C96CDF: hue angle of 288.52º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C96CDF is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 108 | 223 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.13 |
| HSL | 288.52º | 0.64% | 0.65% | - |
| HSV(B) | 288.52º | 0.52% | 0.87% | - |
| XYZ | 42.77 | 28.47 | 73.05 | - |
| YUV | 148.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 223 | 0.10 | 0.52 | 0 | 0.13 | 288.52 | 0.64 | 0.65 |
| Hex | C9 | 6C | DF | A | 34 | 0 | D | 121 | 40 | 41 |
| Octal | 311 | 154 | 337 | 12 | 64 | 0 | 15 | 441 | 100 | 101 |
| Binary | 11001001 | 1101100 | 11011111 | 1010 | 110100 | 0 | 1101 | 100100001 | 1000000 | 1000001 |
Color Harmonies of #C96CDF
Complementary color
Monochromatic Colors of #C96CDF
Black with #C96CDF
Text Example
Text Example
White with #C96CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96CDF; }
p { color: rgb(201,108,223); }
H1.HeaderClassName
{
color: #C96CDF;
}
.AnyTagClassName
{
color: #C96CDF;
}
</style>
background-color css
<style>
a { background-color: #C96CDF; }
a { background-color: rgb(201,108,223); }
div.DivClassName
{
background-color: #C96CDF;
}
.BgClassName
{
background-color: #C96CDF;
}
</style>
border-color css
<style>
span { border-color: #C96CDF; }
span { border-color: rgb(201,108,223); }
td.TdClassName
{
border-color: #C96CDF;
}
.TagClassName
{
border-color: #C96CDF;
}
</style>