Shades of Orchid #C96FCD
Tints of Orchid #C96FCD
RGB
CMYK
RGB Variations
Color information
#C96FCD (or 0xC96FCD) is known color: Orchid. HEX triplet: C9, 6F and CD. RGB value is (201,111,205). Sum of RGB (Red+Green+Blue) = 201+111+205=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #C96FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FCD is #369032. Grayscale: #949494. Windows color (decimal): -3575859 or 13463497. OLE color: 13463497.
HSL color Cylindrical-coordinate representation of color #C96FCD: hue angle of 297.45º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96FCD is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 111 | 205 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.20 |
| HSL | 297.45º | 0.48% | 0.62% | - |
| HSV(B) | 297.45º | 0.46% | 0.8% | - |
| XYZ | 40.79 | 28.19 | 61.05 | - |
| YUV | 148.63 | 159.82 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 205 | 0.02 | 0.46 | 0 | 0.20 | 297.45 | 0.48 | 0.62 |
| Hex | C9 | 6F | CD | 2 | 2E | 0 | 14 | 129 | 30 | 3E |
| Octal | 311 | 157 | 315 | 2 | 56 | 0 | 24 | 451 | 60 | 76 |
| Binary | 11001001 | 1101111 | 11001101 | 10 | 101110 | 0 | 10100 | 100101001 | 110000 | 111110 |
Color Harmonies of #C96FCD
Complementary color
Monochromatic Colors of #C96FCD
Black with #C96FCD
Text Example
Text Example
White with #C96FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96FCD; }
p { color: rgb(201,111,205); }
H1.HeaderClassName
{
color: #C96FCD;
}
.AnyTagClassName
{
color: #C96FCD;
}
</style>
background-color css
<style>
a { background-color: #C96FCD; }
a { background-color: rgb(201,111,205); }
div.DivClassName
{
background-color: #C96FCD;
}
.BgClassName
{
background-color: #C96FCD;
}
</style>
border-color css
<style>
span { border-color: #C96FCD; }
span { border-color: rgb(201,111,205); }
td.TdClassName
{
border-color: #C96FCD;
}
.TagClassName
{
border-color: #C96FCD;
}
</style>