Shades of Orchid #C96CC6
Tints of Orchid #C96CC6
RGB
CMYK
RGB Variations
Color information
#C96CC6 (or 0xC96CC6) is known color: Orchid. HEX triplet: C9, 6C and C6. RGB value is (201,108,198). Sum of RGB (Red+Green+Blue) = 201+108+198=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C96CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CC6 is #369339. Grayscale: #919191. Windows color (decimal): -3576634 or 13003977. OLE color: 13003977.
HSL color Cylindrical-coordinate representation of color #C96CC6: hue angle of 301.94º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96CC6 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 198 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.21 |
| HSL | 301.94º | 0.46% | 0.61% | - |
| HSV(B) | 301.94º | 0.46% | 0.79% | - |
| XYZ | 39.64 | 27.22 | 56.59 | - |
| YUV | 146.07 | 157.31 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 198 | 0 | 0.46 | 0.01 | 0.21 | 301.94 | 0.46 | 0.61 |
| Hex | C9 | 6C | C6 | 0 | 2E | 1 | 15 | 12E | 2E | 3D |
| Octal | 311 | 154 | 306 | 0 | 56 | 1 | 25 | 456 | 56 | 75 |
| Binary | 11001001 | 1101100 | 11000110 | 0 | 101110 | 1 | 10101 | 100101110 | 101110 | 111101 |
Color Harmonies of #C96CC6
Complementary color
Monochromatic Colors of #C96CC6
Black with #C96CC6
Text Example
Text Example
White with #C96CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96CC6; }
p { color: rgb(201,108,198); }
H1.HeaderClassName
{
color: #C96CC6;
}
.AnyTagClassName
{
color: #C96CC6;
}
</style>
background-color css
<style>
a { background-color: #C96CC6; }
a { background-color: rgb(201,108,198); }
div.DivClassName
{
background-color: #C96CC6;
}
.BgClassName
{
background-color: #C96CC6;
}
</style>
border-color css
<style>
span { border-color: #C96CC6; }
span { border-color: rgb(201,108,198); }
td.TdClassName
{
border-color: #C96CC6;
}
.TagClassName
{
border-color: #C96CC6;
}
</style>