Shades of Orchid #C975C9
Tints of Orchid #C975C9
RGB
CMYK
RGB Variations
Color information
#C975C9 (or 0xC975C9) is known color: Orchid. HEX triplet: C9, 75 and C9. RGB value is (201,117,201). Sum of RGB (Red+Green+Blue) = 201+117+201=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 201 - color contains mainly: red, blue. Hex color #C975C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975C9 is #368A36. Grayscale: #979797. Windows color (decimal): -3574327 or 13202889. OLE color: 13202889.
HSL color Cylindrical-coordinate representation of color #C975C9: hue angle of 300º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C975C9 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 201 | - |
| CMYK | 0 | 0.42 | 0 | 0.21 |
| HSL | 300º | 0.44% | 0.62% | - |
| HSV(B) | 300º | 0.42% | 0.79% | - |
| XYZ | 40.99 | 29.36 | 58.76 | - |
| YUV | 151.69 | 155.83 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 201 | 0 | 0.42 | 0 | 0.21 | 300 | 0.44 | 0.62 |
| Hex | C9 | 75 | C9 | 0 | 2A | 0 | 15 | 12C | 2C | 3E |
| Octal | 311 | 165 | 311 | 0 | 52 | 0 | 25 | 454 | 54 | 76 |
| Binary | 11001001 | 1110101 | 11001001 | 0 | 101010 | 0 | 10101 | 100101100 | 101100 | 111110 |
Color Harmonies of #C975C9
Complementary color
Monochromatic Colors of #C975C9
Black with #C975C9
Text Example
Text Example
White with #C975C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975C9; }
p { color: rgb(201,117,201); }
H1.HeaderClassName
{
color: #C975C9;
}
.AnyTagClassName
{
color: #C975C9;
}
</style>
background-color css
<style>
a { background-color: #C975C9; }
a { background-color: rgb(201,117,201); }
div.DivClassName
{
background-color: #C975C9;
}
.BgClassName
{
background-color: #C975C9;
}
</style>
border-color css
<style>
span { border-color: #C975C9; }
span { border-color: rgb(201,117,201); }
td.TdClassName
{
border-color: #C975C9;
}
.TagClassName
{
border-color: #C975C9;
}
</style>