Shades of Orchid #C96BD8
Tints of Orchid #C96BD8
RGB
CMYK
RGB Variations
Color information
#C96BD8 (or 0xC96BD8) is known color: Orchid. HEX triplet: C9, 6B and D8. RGB value is (201,107,216). Sum of RGB (Red+Green+Blue) = 201+107+216=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 216 - color contains mainly: blue. Hex color #C96BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96BD8 is #369427. Grayscale: #939393. Windows color (decimal): -3576872 or 14183369. OLE color: 14183369.
HSL color Cylindrical-coordinate representation of color #C96BD8: hue angle of 291.74º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96BD8 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 107 | 216 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.15 |
| HSL | 291.74º | 0.58% | 0.63% | - |
| HSV(B) | 291.74º | 0.5% | 0.85% | - |
| XYZ | 41.74 | 27.89 | 68.15 | - |
| YUV | 147.53 | 166.64 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 216 | 0.07 | 0.50 | 0 | 0.15 | 291.74 | 0.58 | 0.63 |
| Hex | C9 | 6B | D8 | 7 | 32 | 0 | F | 124 | 3A | 3F |
| Octal | 311 | 153 | 330 | 7 | 62 | 0 | 17 | 444 | 72 | 77 |
| Binary | 11001001 | 1101011 | 11011000 | 111 | 110010 | 0 | 1111 | 100100100 | 111010 | 111111 |
Color Harmonies of #C96BD8
Complementary color
Monochromatic Colors of #C96BD8
Black with #C96BD8
Text Example
Text Example
White with #C96BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96BD8; }
p { color: rgb(201,107,216); }
H1.HeaderClassName
{
color: #C96BD8;
}
.AnyTagClassName
{
color: #C96BD8;
}
</style>
background-color css
<style>
a { background-color: #C96BD8; }
a { background-color: rgb(201,107,216); }
div.DivClassName
{
background-color: #C96BD8;
}
.BgClassName
{
background-color: #C96BD8;
}
</style>
border-color css
<style>
span { border-color: #C96BD8; }
span { border-color: rgb(201,107,216); }
td.TdClassName
{
border-color: #C96BD8;
}
.TagClassName
{
border-color: #C96BD8;
}
</style>