Shades of Orchid #C96DCF
Tints of Orchid #C96DCF
RGB
CMYK
RGB Variations
Color information
#C96DCF (or 0xC96DCF) is known color: Orchid. HEX triplet: C9, 6D and CF. RGB value is (201,109,207). Sum of RGB (Red+Green+Blue) = 201+109+207=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #C96DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DCF is #369230. Grayscale: #939393. Windows color (decimal): -3576369 or 13594057. OLE color: 13594057.
HSL color Cylindrical-coordinate representation of color #C96DCF: hue angle of 296.33º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96DCF is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 109 | 207 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.19 |
| HSL | 296.33º | 0.51% | 0.62% | - |
| HSV(B) | 296.33º | 0.47% | 0.81% | - |
| XYZ | 40.82 | 27.86 | 62.26 | - |
| YUV | 147.68 | 161.48 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 207 | 0.03 | 0.47 | 0 | 0.19 | 296.33 | 0.51 | 0.62 |
| Hex | C9 | 6D | CF | 3 | 2F | 0 | 13 | 128 | 33 | 3E |
| Octal | 311 | 155 | 317 | 3 | 57 | 0 | 23 | 450 | 63 | 76 |
| Binary | 11001001 | 1101101 | 11001111 | 11 | 101111 | 0 | 10011 | 100101000 | 110011 | 111110 |
Color Harmonies of #C96DCF
Complementary color
Monochromatic Colors of #C96DCF
Black with #C96DCF
Text Example
Text Example
White with #C96DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96DCF; }
p { color: rgb(201,109,207); }
H1.HeaderClassName
{
color: #C96DCF;
}
.AnyTagClassName
{
color: #C96DCF;
}
</style>
background-color css
<style>
a { background-color: #C96DCF; }
a { background-color: rgb(201,109,207); }
div.DivClassName
{
background-color: #C96DCF;
}
.BgClassName
{
background-color: #C96DCF;
}
</style>
border-color css
<style>
span { border-color: #C96DCF; }
span { border-color: rgb(201,109,207); }
td.TdClassName
{
border-color: #C96DCF;
}
.TagClassName
{
border-color: #C96DCF;
}
</style>