Shades of Orchid #C975D7
Tints of Orchid #C975D7
RGB
CMYK
RGB Variations
Color information
#C975D7 (or 0xC975D7) is known color: Orchid. HEX triplet: C9, 75 and D7. RGB value is (201,117,215). Sum of RGB (Red+Green+Blue) = 201+117+215=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 215 - color contains mainly: blue. Hex color #C975D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975D7 is #368A28. Grayscale: #989898. Windows color (decimal): -3574313 or 14120393. OLE color: 14120393.
HSL color Cylindrical-coordinate representation of color #C975D7: hue angle of 291.43º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C975D7 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 117 | 215 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.16 |
| HSL | 291.43º | 0.55% | 0.65% | - |
| HSV(B) | 291.43º | 0.46% | 0.84% | - |
| XYZ | 42.71 | 30.05 | 67.84 | - |
| YUV | 153.29 | 162.83 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 215 | 0.07 | 0.46 | 0 | 0.16 | 291.43 | 0.55 | 0.65 |
| Hex | C9 | 75 | D7 | 7 | 2E | 0 | 10 | 123 | 37 | 41 |
| Octal | 311 | 165 | 327 | 7 | 56 | 0 | 20 | 443 | 67 | 101 |
| Binary | 11001001 | 1110101 | 11010111 | 111 | 101110 | 0 | 10000 | 100100011 | 110111 | 1000001 |
Color Harmonies of #C975D7
Complementary color
Monochromatic Colors of #C975D7
Black with #C975D7
Text Example
Text Example
White with #C975D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975D7; }
p { color: rgb(201,117,215); }
H1.HeaderClassName
{
color: #C975D7;
}
.AnyTagClassName
{
color: #C975D7;
}
</style>
background-color css
<style>
a { background-color: #C975D7; }
a { background-color: rgb(201,117,215); }
div.DivClassName
{
background-color: #C975D7;
}
.BgClassName
{
background-color: #C975D7;
}
</style>
border-color css
<style>
span { border-color: #C975D7; }
span { border-color: rgb(201,117,215); }
td.TdClassName
{
border-color: #C975D7;
}
.TagClassName
{
border-color: #C975D7;
}
</style>