Shades of Orchid #C97CCC
Tints of Orchid #C97CCC
RGB
CMYK
RGB Variations
Color information
#C97CCC (or 0xC97CCC) is known color: Orchid. HEX triplet: C9, 7C and CC. RGB value is (201,124,204). Sum of RGB (Red+Green+Blue) = 201+124+204=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #C97CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97CCC is #368333. Grayscale: #9B9B9B. Windows color (decimal): -3572532 or 13401289. OLE color: 13401289.
HSL color Cylindrical-coordinate representation of color #C97CCC: hue angle of 297.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C97CCC is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 124 | 204 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.2 |
| HSL | 297.75º | 0.44% | 0.64% | - |
| HSV(B) | 297.75º | 0.39% | 0.8% | - |
| XYZ | 42.19 | 31.19 | 60.92 | - |
| YUV | 156.14 | 155.01 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 204 | 0.01 | 0.39 | 0 | 0.2 | 297.75 | 0.44 | 0.64 |
| Hex | C9 | 7C | CC | 1 | 27 | 0 | 14 | 12A | 2C | 40 |
| Octal | 311 | 174 | 314 | 1 | 47 | 0 | 24 | 452 | 54 | 100 |
| Binary | 11001001 | 1111100 | 11001100 | 1 | 100111 | 0 | 10100 | 100101010 | 101100 | 1000000 |
Color Harmonies of #C97CCC
Complementary color
Monochromatic Colors of #C97CCC
Black with #C97CCC
Text Example
Text Example
White with #C97CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97CCC; }
p { color: rgb(201,124,204); }
H1.HeaderClassName
{
color: #C97CCC;
}
.AnyTagClassName
{
color: #C97CCC;
}
</style>
background-color css
<style>
a { background-color: #C97CCC; }
a { background-color: rgb(201,124,204); }
div.DivClassName
{
background-color: #C97CCC;
}
.BgClassName
{
background-color: #C97CCC;
}
</style>
border-color css
<style>
span { border-color: #C97CCC; }
span { border-color: rgb(201,124,204); }
td.TdClassName
{
border-color: #C97CCC;
}
.TagClassName
{
border-color: #C97CCC;
}
</style>