Shades of Orchid #C96BDA
Tints of Orchid #C96BDA
RGB
CMYK
RGB Variations
Color information
#C96BDA (or 0xC96BDA) is known color: Orchid. HEX triplet: C9, 6B and DA. RGB value is (201,107,218). Sum of RGB (Red+Green+Blue) = 201+107+218=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #C96BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96BDA is #369425. Grayscale: #939393. Windows color (decimal): -3576870 or 14314441. OLE color: 14314441.
HSL color Cylindrical-coordinate representation of color #C96BDA: hue angle of 290.81º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96BDA is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 107 | 218 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.15 |
| HSL | 290.81º | 0.6% | 0.64% | - |
| HSV(B) | 290.81º | 0.51% | 0.85% | - |
| XYZ | 42 | 27.99 | 69.52 | - |
| YUV | 147.76 | 167.64 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 218 | 0.08 | 0.51 | 0 | 0.15 | 290.81 | 0.6 | 0.64 |
| Hex | C9 | 6B | DA | 8 | 33 | 0 | F | 123 | 3C | 40 |
| Octal | 311 | 153 | 332 | 10 | 63 | 0 | 17 | 443 | 74 | 100 |
| Binary | 11001001 | 1101011 | 11011010 | 1000 | 110011 | 0 | 1111 | 100100011 | 111100 | 1000000 |
Color Harmonies of #C96BDA
Complementary color
Monochromatic Colors of #C96BDA
Black with #C96BDA
Text Example
Text Example
White with #C96BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96BDA; }
p { color: rgb(201,107,218); }
H1.HeaderClassName
{
color: #C96BDA;
}
.AnyTagClassName
{
color: #C96BDA;
}
</style>
background-color css
<style>
a { background-color: #C96BDA; }
a { background-color: rgb(201,107,218); }
div.DivClassName
{
background-color: #C96BDA;
}
.BgClassName
{
background-color: #C96BDA;
}
</style>
border-color css
<style>
span { border-color: #C96BDA; }
span { border-color: rgb(201,107,218); }
td.TdClassName
{
border-color: #C96BDA;
}
.TagClassName
{
border-color: #C96BDA;
}
</style>