Shades of Orchid #C96DCD
Tints of Orchid #C96DCD
RGB
CMYK
RGB Variations
Color information
#C96DCD (or 0xC96DCD) is known color: Orchid. HEX triplet: C9, 6D and CD. RGB value is (201,109,205). Sum of RGB (Red+Green+Blue) = 201+109+205=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #C96DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DCD is #369232. Grayscale: #939393. Windows color (decimal): -3576371 or 13462985. OLE color: 13462985.
HSL color Cylindrical-coordinate representation of color #C96DCD: hue angle of 297.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96DCD is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 109 | 205 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.20 |
| HSL | 297.5º | 0.49% | 0.62% | - |
| HSV(B) | 297.5º | 0.47% | 0.8% | - |
| XYZ | 40.58 | 27.76 | 60.98 | - |
| YUV | 147.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 205 | 0.02 | 0.47 | 0 | 0.20 | 297.5 | 0.49 | 0.62 |
| Hex | C9 | 6D | CD | 2 | 2F | 0 | 14 | 12A | 31 | 3E |
| Octal | 311 | 155 | 315 | 2 | 57 | 0 | 24 | 452 | 61 | 76 |
| Binary | 11001001 | 1101101 | 11001101 | 10 | 101111 | 0 | 10100 | 100101010 | 110001 | 111110 |
Color Harmonies of #C96DCD
Complementary color
Monochromatic Colors of #C96DCD
Black with #C96DCD
Text Example
Text Example
White with #C96DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96DCD; }
p { color: rgb(201,109,205); }
H1.HeaderClassName
{
color: #C96DCD;
}
.AnyTagClassName
{
color: #C96DCD;
}
</style>
background-color css
<style>
a { background-color: #C96DCD; }
a { background-color: rgb(201,109,205); }
div.DivClassName
{
background-color: #C96DCD;
}
.BgClassName
{
background-color: #C96DCD;
}
</style>
border-color css
<style>
span { border-color: #C96DCD; }
span { border-color: rgb(201,109,205); }
td.TdClassName
{
border-color: #C96DCD;
}
.TagClassName
{
border-color: #C96DCD;
}
</style>