Shades of Orchid #C96BDD
Tints of Orchid #C96BDD
RGB
CMYK
RGB Variations
Color information
#C96BDD (or 0xC96BDD) is known color: Orchid. HEX triplet: C9, 6B and DD. RGB value is (201,107,221). Sum of RGB (Red+Green+Blue) = 201+107+221=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #C96BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96BDD is #369422. Grayscale: #939393. Windows color (decimal): -3576867 or 14511049. OLE color: 14511049.
HSL color Cylindrical-coordinate representation of color #C96BDD: hue angle of 289.47º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C96BDD is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 107 | 221 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.13 |
| HSL | 289.47º | 0.63% | 0.64% | - |
| HSV(B) | 289.47º | 0.52% | 0.87% | - |
| XYZ | 42.4 | 28.15 | 71.61 | - |
| YUV | 148.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 221 | 0.09 | 0.52 | 0 | 0.13 | 289.47 | 0.63 | 0.64 |
| Hex | C9 | 6B | DD | 9 | 34 | 0 | D | 121 | 3F | 40 |
| Octal | 311 | 153 | 335 | 11 | 64 | 0 | 15 | 441 | 77 | 100 |
| Binary | 11001001 | 1101011 | 11011101 | 1001 | 110100 | 0 | 1101 | 100100001 | 111111 | 1000000 |
Color Harmonies of #C96BDD
Complementary color
Monochromatic Colors of #C96BDD
Black with #C96BDD
Text Example
Text Example
White with #C96BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96BDD; }
p { color: rgb(201,107,221); }
H1.HeaderClassName
{
color: #C96BDD;
}
.AnyTagClassName
{
color: #C96BDD;
}
</style>
background-color css
<style>
a { background-color: #C96BDD; }
a { background-color: rgb(201,107,221); }
div.DivClassName
{
background-color: #C96BDD;
}
.BgClassName
{
background-color: #C96BDD;
}
</style>
border-color css
<style>
span { border-color: #C96BDD; }
span { border-color: rgb(201,107,221); }
td.TdClassName
{
border-color: #C96BDD;
}
.TagClassName
{
border-color: #C96BDD;
}
</style>