Shades of Orchid #C975C8
Tints of Orchid #C975C8
RGB
CMYK
RGB Variations
Color information
#C975C8 (or 0xC975C8) is known color: Orchid. HEX triplet: C9, 75 and C8. RGB value is (201,117,200). Sum of RGB (Red+Green+Blue) = 201+117+200=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C975C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975C8 is #368A37. Grayscale: #979797. Windows color (decimal): -3574328 or 13137353. OLE color: 13137353.
HSL color Cylindrical-coordinate representation of color #C975C8: hue angle of 300.71º 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 #C975C8 is Cyan = 0, Magento = 0.42, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 200 | - |
| CMYK | 0 | 0.42 | 0.00 | 0.21 |
| HSL | 300.71º | 0.44% | 0.62% | - |
| HSV(B) | 300.71º | 0.42% | 0.79% | - |
| XYZ | 40.87 | 29.31 | 58.15 | - |
| YUV | 151.58 | 155.33 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 200 | 0 | 0.42 | 0.00 | 0.21 | 300.71 | 0.44 | 0.62 |
| Hex | C9 | 75 | C8 | 0 | 2A | 0 | 15 | 12D | 2C | 3E |
| Octal | 311 | 165 | 310 | 0 | 52 | 0 | 25 | 455 | 54 | 76 |
| Binary | 11001001 | 1110101 | 11001000 | 0 | 101010 | 0 | 10101 | 100101101 | 101100 | 111110 |
Color Harmonies of #C975C8
Complementary color
Monochromatic Colors of #C975C8
Black with #C975C8
Text Example
Text Example
White with #C975C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975C8; }
p { color: rgb(201,117,200); }
H1.HeaderClassName
{
color: #C975C8;
}
.AnyTagClassName
{
color: #C975C8;
}
</style>
background-color css
<style>
a { background-color: #C975C8; }
a { background-color: rgb(201,117,200); }
div.DivClassName
{
background-color: #C975C8;
}
.BgClassName
{
background-color: #C975C8;
}
</style>
border-color css
<style>
span { border-color: #C975C8; }
span { border-color: rgb(201,117,200); }
td.TdClassName
{
border-color: #C975C8;
}
.TagClassName
{
border-color: #C975C8;
}
</style>