Shades of Orchid #C97FCC
Tints of Orchid #C97FCC
RGB
CMYK
RGB Variations
Color information
#C97FCC (or 0xC97FCC) is known color: Orchid. HEX triplet: C9, 7F and CC. RGB value is (201,127,204). Sum of RGB (Red+Green+Blue) = 201+127+204=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #C97FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FCC is #368033. Grayscale: #9D9D9D. Windows color (decimal): -3571764 or 13402057. OLE color: 13402057.
HSL color Cylindrical-coordinate representation of color #C97FCC: hue angle of 297.66º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C97FCC is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 127 | 204 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.2 |
| HSL | 297.66º | 0.43% | 0.65% | - |
| HSV(B) | 297.66º | 0.38% | 0.8% | - |
| XYZ | 42.58 | 31.96 | 61.05 | - |
| YUV | 157.9 | 154.02 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 127 | 204 | 0.01 | 0.38 | 0 | 0.2 | 297.66 | 0.43 | 0.65 |
| Hex | C9 | 7F | CC | 1 | 26 | 0 | 14 | 12A | 2B | 41 |
| Octal | 311 | 177 | 314 | 1 | 46 | 0 | 24 | 452 | 53 | 101 |
| Binary | 11001001 | 1111111 | 11001100 | 1 | 100110 | 0 | 10100 | 100101010 | 101011 | 1000001 |
Color Harmonies of #C97FCC
Complementary color
Monochromatic Colors of #C97FCC
Black with #C97FCC
Text Example
Text Example
White with #C97FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97FCC; }
p { color: rgb(201,127,204); }
H1.HeaderClassName
{
color: #C97FCC;
}
.AnyTagClassName
{
color: #C97FCC;
}
</style>
background-color css
<style>
a { background-color: #C97FCC; }
a { background-color: rgb(201,127,204); }
div.DivClassName
{
background-color: #C97FCC;
}
.BgClassName
{
background-color: #C97FCC;
}
</style>
border-color css
<style>
span { border-color: #C97FCC; }
span { border-color: rgb(201,127,204); }
td.TdClassName
{
border-color: #C97FCC;
}
.TagClassName
{
border-color: #C97FCC;
}
</style>