Shades of Orchid #C975B9
Tints of Orchid #C975B9
RGB
CMYK
RGB Variations
Color information
#C975B9 (or 0xC975B9) is known color: Orchid. HEX triplet: C9, 75 and B9. RGB value is (201,117,185). Sum of RGB (Red+Green+Blue) = 201+117+185=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C975B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975B9 is #368A46. Grayscale: #959595. Windows color (decimal): -3574343 or 12154313. OLE color: 12154313.
HSL color Cylindrical-coordinate representation of color #C975B9: hue angle of 311.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 #C975B9 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 185 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.21 |
| HSL | 311.43º | 0.44% | 0.62% | - |
| HSV(B) | 311.43º | 0.42% | 0.79% | - |
| XYZ | 39.21 | 28.64 | 49.36 | - |
| YUV | 149.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 185 | 0 | 0.42 | 0.08 | 0.21 | 311.43 | 0.44 | 0.62 |
| Hex | C9 | 75 | B9 | 0 | 2A | 8 | 15 | 137 | 2C | 3E |
| Octal | 311 | 165 | 271 | 0 | 52 | 10 | 25 | 467 | 54 | 76 |
| Binary | 11001001 | 1110101 | 10111001 | 0 | 101010 | 1000 | 10101 | 100110111 | 101100 | 111110 |
Color Harmonies of #C975B9
Complementary color
Monochromatic Colors of #C975B9
Black with #C975B9
Text Example
Text Example
White with #C975B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975B9; }
p { color: rgb(201,117,185); }
H1.HeaderClassName
{
color: #C975B9;
}
.AnyTagClassName
{
color: #C975B9;
}
</style>
background-color css
<style>
a { background-color: #C975B9; }
a { background-color: rgb(201,117,185); }
div.DivClassName
{
background-color: #C975B9;
}
.BgClassName
{
background-color: #C975B9;
}
</style>
border-color css
<style>
span { border-color: #C975B9; }
span { border-color: rgb(201,117,185); }
td.TdClassName
{
border-color: #C975B9;
}
.TagClassName
{
border-color: #C975B9;
}
</style>