Shades of Orchid #C975C7
Tints of Orchid #C975C7
RGB
CMYK
RGB Variations
Color information
#C975C7 (or 0xC975C7) is known color: Orchid. HEX triplet: C9, 75 and C7. RGB value is (201,117,199). Sum of RGB (Red+Green+Blue) = 201+117+199=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C975C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975C7 is #368A38. Grayscale: #979797. Windows color (decimal): -3574329 or 13071817. OLE color: 13071817.
HSL color Cylindrical-coordinate representation of color #C975C7: hue angle of 301.43º 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 #C975C7 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 199 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.21 |
| HSL | 301.43º | 0.44% | 0.62% | - |
| HSV(B) | 301.43º | 0.42% | 0.79% | - |
| XYZ | 40.76 | 29.26 | 57.53 | - |
| YUV | 151.46 | 154.83 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 199 | 0 | 0.42 | 0.01 | 0.21 | 301.43 | 0.44 | 0.62 |
| Hex | C9 | 75 | C7 | 0 | 2A | 1 | 15 | 12D | 2C | 3E |
| Octal | 311 | 165 | 307 | 0 | 52 | 1 | 25 | 455 | 54 | 76 |
| Binary | 11001001 | 1110101 | 11000111 | 0 | 101010 | 1 | 10101 | 100101101 | 101100 | 111110 |
Color Harmonies of #C975C7
Complementary color
Monochromatic Colors of #C975C7
Black with #C975C7
Text Example
Text Example
White with #C975C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975C7; }
p { color: rgb(201,117,199); }
H1.HeaderClassName
{
color: #C975C7;
}
.AnyTagClassName
{
color: #C975C7;
}
</style>
background-color css
<style>
a { background-color: #C975C7; }
a { background-color: rgb(201,117,199); }
div.DivClassName
{
background-color: #C975C7;
}
.BgClassName
{
background-color: #C975C7;
}
</style>
border-color css
<style>
span { border-color: #C975C7; }
span { border-color: rgb(201,117,199); }
td.TdClassName
{
border-color: #C975C7;
}
.TagClassName
{
border-color: #C975C7;
}
</style>