Shades of Orchid #C96CDC
Tints of Orchid #C96CDC
RGB
CMYK
RGB Variations
Color information
#C96CDC (or 0xC96CDC) is known color: Orchid. HEX triplet: C9, 6C and DC. RGB value is (201,108,220). Sum of RGB (Red+Green+Blue) = 201+108+220=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #C96CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CDC is #369323. Grayscale: #949494. Windows color (decimal): -3576612 or 14445769. OLE color: 14445769.
HSL color Cylindrical-coordinate representation of color #C96CDC: hue angle of 289.82º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96CDC is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 108 | 220 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.14 |
| HSL | 289.82º | 0.62% | 0.64% | - |
| HSV(B) | 289.82º | 0.51% | 0.86% | - |
| XYZ | 42.37 | 28.31 | 70.94 | - |
| YUV | 148.58 | 168.31 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 220 | 0.09 | 0.51 | 0 | 0.14 | 289.82 | 0.62 | 0.64 |
| Hex | C9 | 6C | DC | 9 | 33 | 0 | E | 122 | 3E | 40 |
| Octal | 311 | 154 | 334 | 11 | 63 | 0 | 16 | 442 | 76 | 100 |
| Binary | 11001001 | 1101100 | 11011100 | 1001 | 110011 | 0 | 1110 | 100100010 | 111110 | 1000000 |
Color Harmonies of #C96CDC
Complementary color
Monochromatic Colors of #C96CDC
Black with #C96CDC
Text Example
Text Example
White with #C96CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96CDC; }
p { color: rgb(201,108,220); }
H1.HeaderClassName
{
color: #C96CDC;
}
.AnyTagClassName
{
color: #C96CDC;
}
</style>
background-color css
<style>
a { background-color: #C96CDC; }
a { background-color: rgb(201,108,220); }
div.DivClassName
{
background-color: #C96CDC;
}
.BgClassName
{
background-color: #C96CDC;
}
</style>
border-color css
<style>
span { border-color: #C96CDC; }
span { border-color: rgb(201,108,220); }
td.TdClassName
{
border-color: #C96CDC;
}
.TagClassName
{
border-color: #C96CDC;
}
</style>