Shades of Medium Orchid #C552DA
Tints of Medium Orchid #C552DA
RGB
CMYK
RGB Variations
Color information
#C552DA (or 0xC552DA) is known color: Medium Orchid. HEX triplet: C5, 52 and DA. RGB value is (197,82,218). Sum of RGB (Red+Green+Blue) = 197+82+218=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #C552DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C552DA is #3AAD25. Grayscale: #838383. Windows color (decimal): -3845414 or 14308037. OLE color: 14308037.
HSL color Cylindrical-coordinate representation of color #C552DA: hue angle of 290.74º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C552DA is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 82 | 218 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.15 |
| HSL | 290.74º | 0.65% | 0.59% | - |
| HSV(B) | 290.74º | 0.62% | 0.85% | - |
| XYZ | 38.7 | 22.97 | 68.72 | - |
| YUV | 131.89 | 176.6 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 218 | 0.10 | 0.62 | 0 | 0.15 | 290.74 | 0.65 | 0.59 |
| Hex | C5 | 52 | DA | A | 3E | 0 | F | 123 | 41 | 3B |
| Octal | 305 | 122 | 332 | 12 | 76 | 0 | 17 | 443 | 101 | 73 |
| Binary | 11000101 | 1010010 | 11011010 | 1010 | 111110 | 0 | 1111 | 100100011 | 1000001 | 111011 |
Color Harmonies of #C552DA
Complementary color
Monochromatic Colors of #C552DA
Black with #C552DA
Text Example
Text Example
White with #C552DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C552DA; }
p { color: rgb(197,82,218); }
H1.HeaderClassName
{
color: #C552DA;
}
.AnyTagClassName
{
color: #C552DA;
}
</style>
background-color css
<style>
a { background-color: #C552DA; }
a { background-color: rgb(197,82,218); }
div.DivClassName
{
background-color: #C552DA;
}
.BgClassName
{
background-color: #C552DA;
}
</style>
border-color css
<style>
span { border-color: #C552DA; }
span { border-color: rgb(197,82,218); }
td.TdClassName
{
border-color: #C552DA;
}
.TagClassName
{
border-color: #C552DA;
}
</style>