Shades of Orchid #C97CC2
Tints of Orchid #C97CC2
RGB
CMYK
RGB Variations
Color information
#C97CC2 (or 0xC97CC2) is known color: Orchid. HEX triplet: C9, 7C and C2. RGB value is (201,124,194). Sum of RGB (Red+Green+Blue) = 201+124+194=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C97CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97CC2 is #36833D. Grayscale: #9A9A9A. Windows color (decimal): -3572542 or 12745929. OLE color: 12745929.
HSL color Cylindrical-coordinate representation of color #C97CC2: hue angle of 305.45º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C97CC2 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 124 | 194 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.21 |
| HSL | 305.45º | 0.42% | 0.64% | - |
| HSV(B) | 305.45º | 0.38% | 0.79% | - |
| XYZ | 41.03 | 30.73 | 54.81 | - |
| YUV | 155 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 194 | 0 | 0.38 | 0.03 | 0.21 | 305.45 | 0.42 | 0.64 |
| Hex | C9 | 7C | C2 | 0 | 26 | 3 | 15 | 131 | 2A | 40 |
| Octal | 311 | 174 | 302 | 0 | 46 | 3 | 25 | 461 | 52 | 100 |
| Binary | 11001001 | 1111100 | 11000010 | 0 | 100110 | 11 | 10101 | 100110001 | 101010 | 1000000 |
Color Harmonies of #C97CC2
Complementary color
Monochromatic Colors of #C97CC2
Black with #C97CC2
Text Example
Text Example
White with #C97CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97CC2; }
p { color: rgb(201,124,194); }
H1.HeaderClassName
{
color: #C97CC2;
}
.AnyTagClassName
{
color: #C97CC2;
}
</style>
background-color css
<style>
a { background-color: #C97CC2; }
a { background-color: rgb(201,124,194); }
div.DivClassName
{
background-color: #C97CC2;
}
.BgClassName
{
background-color: #C97CC2;
}
</style>
border-color css
<style>
span { border-color: #C97CC2; }
span { border-color: rgb(201,124,194); }
td.TdClassName
{
border-color: #C97CC2;
}
.TagClassName
{
border-color: #C97CC2;
}
</style>