Shades of Orchid #C96DD5
Tints of Orchid #C96DD5
RGB
CMYK
RGB Variations
Color information
#C96DD5 (or 0xC96DD5) is known color: Orchid. HEX triplet: C9, 6D and D5. RGB value is (201,109,213). Sum of RGB (Red+Green+Blue) = 201+109+213=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #C96DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DD5 is #36922A. Grayscale: #949494. Windows color (decimal): -3576363 or 13987273. OLE color: 13987273.
HSL color Cylindrical-coordinate representation of color #C96DD5: hue angle of 293.08º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C96DD5 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 109 | 213 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.16 |
| HSL | 293.08º | 0.55% | 0.63% | - |
| HSV(B) | 293.08º | 0.49% | 0.84% | - |
| XYZ | 41.57 | 28.16 | 66.2 | - |
| YUV | 148.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 213 | 0.06 | 0.49 | 0 | 0.16 | 293.08 | 0.55 | 0.63 |
| Hex | C9 | 6D | D5 | 6 | 31 | 0 | 10 | 125 | 37 | 3F |
| Octal | 311 | 155 | 325 | 6 | 61 | 0 | 20 | 445 | 67 | 77 |
| Binary | 11001001 | 1101101 | 11010101 | 110 | 110001 | 0 | 10000 | 100100101 | 110111 | 111111 |
Color Harmonies of #C96DD5
Complementary color
Monochromatic Colors of #C96DD5
Black with #C96DD5
Text Example
Text Example
White with #C96DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96DD5; }
p { color: rgb(201,109,213); }
H1.HeaderClassName
{
color: #C96DD5;
}
.AnyTagClassName
{
color: #C96DD5;
}
</style>
background-color css
<style>
a { background-color: #C96DD5; }
a { background-color: rgb(201,109,213); }
div.DivClassName
{
background-color: #C96DD5;
}
.BgClassName
{
background-color: #C96DD5;
}
</style>
border-color css
<style>
span { border-color: #C96DD5; }
span { border-color: rgb(201,109,213); }
td.TdClassName
{
border-color: #C96DD5;
}
.TagClassName
{
border-color: #C96DD5;
}
</style>