Shades of Orchid #C96DDE
Tints of Orchid #C96DDE
RGB
CMYK
RGB Variations
Color information
#C96DDE (or 0xC96DDE) is known color: Orchid. HEX triplet: C9, 6D and DE. RGB value is (201,109,222). Sum of RGB (Red+Green+Blue) = 201+109+222=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #C96DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DDE is #369221. Grayscale: #959595. Windows color (decimal): -3576354 or 14577097. OLE color: 14577097.
HSL color Cylindrical-coordinate representation of color #C96DDE: hue angle of 288.85º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96DDE is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 109 | 222 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.13 |
| HSL | 288.85º | 0.63% | 0.65% | - |
| HSV(B) | 288.85º | 0.51% | 0.87% | - |
| XYZ | 42.74 | 28.63 | 72.38 | - |
| YUV | 149.39 | 168.98 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 222 | 0.09 | 0.51 | 0 | 0.13 | 288.85 | 0.63 | 0.65 |
| Hex | C9 | 6D | DE | 9 | 33 | 0 | D | 121 | 3F | 41 |
| Octal | 311 | 155 | 336 | 11 | 63 | 0 | 15 | 441 | 77 | 101 |
| Binary | 11001001 | 1101101 | 11011110 | 1001 | 110011 | 0 | 1101 | 100100001 | 111111 | 1000001 |
Color Harmonies of #C96DDE
Complementary color
Monochromatic Colors of #C96DDE
Black with #C96DDE
Text Example
Text Example
White with #C96DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96DDE; }
p { color: rgb(201,109,222); }
H1.HeaderClassName
{
color: #C96DDE;
}
.AnyTagClassName
{
color: #C96DDE;
}
</style>
background-color css
<style>
a { background-color: #C96DDE; }
a { background-color: rgb(201,109,222); }
div.DivClassName
{
background-color: #C96DDE;
}
.BgClassName
{
background-color: #C96DDE;
}
</style>
border-color css
<style>
span { border-color: #C96DDE; }
span { border-color: rgb(201,109,222); }
td.TdClassName
{
border-color: #C96DDE;
}
.TagClassName
{
border-color: #C96DDE;
}
</style>