Shades of Orchid #C96FCE
Tints of Orchid #C96FCE
RGB
CMYK
RGB Variations
Color information
#C96FCE (or 0xC96FCE) is known color: Orchid. HEX triplet: C9, 6F and CE. RGB value is (201,111,206). Sum of RGB (Red+Green+Blue) = 201+111+206=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #C96FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FCE is #369031. Grayscale: #949494. Windows color (decimal): -3575858 or 13529033. OLE color: 13529033.
HSL color Cylindrical-coordinate representation of color #C96FCE: hue angle of 296.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96FCE is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 111 | 206 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.19 |
| HSL | 296.84º | 0.49% | 0.62% | - |
| HSV(B) | 296.84º | 0.46% | 0.81% | - |
| XYZ | 40.91 | 28.24 | 61.69 | - |
| YUV | 148.74 | 160.32 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 206 | 0.02 | 0.46 | 0 | 0.19 | 296.84 | 0.49 | 0.62 |
| Hex | C9 | 6F | CE | 2 | 2E | 0 | 13 | 129 | 31 | 3E |
| Octal | 311 | 157 | 316 | 2 | 56 | 0 | 23 | 451 | 61 | 76 |
| Binary | 11001001 | 1101111 | 11001110 | 10 | 101110 | 0 | 10011 | 100101001 | 110001 | 111110 |
Color Harmonies of #C96FCE
Complementary color
Monochromatic Colors of #C96FCE
Black with #C96FCE
Text Example
Text Example
White with #C96FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96FCE; }
p { color: rgb(201,111,206); }
H1.HeaderClassName
{
color: #C96FCE;
}
.AnyTagClassName
{
color: #C96FCE;
}
</style>
background-color css
<style>
a { background-color: #C96FCE; }
a { background-color: rgb(201,111,206); }
div.DivClassName
{
background-color: #C96FCE;
}
.BgClassName
{
background-color: #C96FCE;
}
</style>
border-color css
<style>
span { border-color: #C96FCE; }
span { border-color: rgb(201,111,206); }
td.TdClassName
{
border-color: #C96FCE;
}
.TagClassName
{
border-color: #C96FCE;
}
</style>