Shades of Orchid #C96FD1
Tints of Orchid #C96FD1
RGB
CMYK
RGB Variations
Color information
#C96FD1 (or 0xC96FD1) is known color: Orchid. HEX triplet: C9, 6F and D1. RGB value is (201,111,209). Sum of RGB (Red+Green+Blue) = 201+111+209=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #C96FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FD1 is #36902E. Grayscale: #949494. Windows color (decimal): -3575855 or 13725641. OLE color: 13725641.
HSL color Cylindrical-coordinate representation of color #C96FD1: hue angle of 295.1º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96FD1 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 111 | 209 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.18 |
| HSL | 295.1º | 0.52% | 0.63% | - |
| HSV(B) | 295.1º | 0.47% | 0.82% | - |
| XYZ | 41.28 | 28.39 | 63.63 | - |
| YUV | 149.08 | 161.82 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 209 | 0.04 | 0.47 | 0 | 0.18 | 295.1 | 0.52 | 0.63 |
| Hex | C9 | 6F | D1 | 4 | 2F | 0 | 12 | 127 | 34 | 3F |
| Octal | 311 | 157 | 321 | 4 | 57 | 0 | 22 | 447 | 64 | 77 |
| Binary | 11001001 | 1101111 | 11010001 | 100 | 101111 | 0 | 10010 | 100100111 | 110100 | 111111 |
Color Harmonies of #C96FD1
Complementary color
Monochromatic Colors of #C96FD1
Black with #C96FD1
Text Example
Text Example
White with #C96FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96FD1; }
p { color: rgb(201,111,209); }
H1.HeaderClassName
{
color: #C96FD1;
}
.AnyTagClassName
{
color: #C96FD1;
}
</style>
background-color css
<style>
a { background-color: #C96FD1; }
a { background-color: rgb(201,111,209); }
div.DivClassName
{
background-color: #C96FD1;
}
.BgClassName
{
background-color: #C96FD1;
}
</style>
border-color css
<style>
span { border-color: #C96FD1; }
span { border-color: rgb(201,111,209); }
td.TdClassName
{
border-color: #C96FD1;
}
.TagClassName
{
border-color: #C96FD1;
}
</style>