Shades of Orchid #C96FD8
Tints of Orchid #C96FD8
RGB
CMYK
RGB Variations
Color information
#C96FD8 (or 0xC96FD8) is known color: Orchid. HEX triplet: C9, 6F and D8. RGB value is (201,111,216). Sum of RGB (Red+Green+Blue) = 201+111+216=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #C96FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FD8 is #369027. Grayscale: #959595. Windows color (decimal): -3575848 or 14184393. OLE color: 14184393.
HSL color Cylindrical-coordinate representation of color #C96FD8: hue angle of 291.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C96FD8 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 111 | 216 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.15 |
| HSL | 291.43º | 0.57% | 0.64% | - |
| HSV(B) | 291.43º | 0.49% | 0.85% | - |
| XYZ | 42.17 | 28.74 | 68.29 | - |
| YUV | 149.88 | 165.32 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 216 | 0.07 | 0.49 | 0 | 0.15 | 291.43 | 0.57 | 0.64 |
| Hex | C9 | 6F | D8 | 7 | 31 | 0 | F | 123 | 39 | 40 |
| Octal | 311 | 157 | 330 | 7 | 61 | 0 | 17 | 443 | 71 | 100 |
| Binary | 11001001 | 1101111 | 11011000 | 111 | 110001 | 0 | 1111 | 100100011 | 111001 | 1000000 |
Color Harmonies of #C96FD8
Complementary color
Monochromatic Colors of #C96FD8
Black with #C96FD8
Text Example
Text Example
White with #C96FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96FD8; }
p { color: rgb(201,111,216); }
H1.HeaderClassName
{
color: #C96FD8;
}
.AnyTagClassName
{
color: #C96FD8;
}
</style>
background-color css
<style>
a { background-color: #C96FD8; }
a { background-color: rgb(201,111,216); }
div.DivClassName
{
background-color: #C96FD8;
}
.BgClassName
{
background-color: #C96FD8;
}
</style>
border-color css
<style>
span { border-color: #C96FD8; }
span { border-color: rgb(201,111,216); }
td.TdClassName
{
border-color: #C96FD8;
}
.TagClassName
{
border-color: #C96FD8;
}
</style>