Shades of Medium Orchid #C552DF
Tints of Medium Orchid #C552DF
RGB
CMYK
RGB Variations
Color information
#C552DF (or 0xC552DF) is known color: Medium Orchid. HEX triplet: C5, 52 and DF. RGB value is (197,82,223). Sum of RGB (Red+Green+Blue) = 197+82+223=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #C552DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C552DF is #3AAD20. Grayscale: #848484. Windows color (decimal): -3845409 or 14635717. OLE color: 14635717.
HSL color Cylindrical-coordinate representation of color #C552DF: hue angle of 288.94º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C552DF is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 82 | 223 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.13 |
| HSL | 288.94º | 0.69% | 0.6% | - |
| HSV(B) | 288.94º | 0.63% | 0.87% | - |
| XYZ | 39.36 | 23.23 | 72.22 | - |
| YUV | 132.46 | 179.1 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 223 | 0.12 | 0.63 | 0 | 0.13 | 288.94 | 0.69 | 0.6 |
| Hex | C5 | 52 | DF | C | 3F | 0 | D | 121 | 45 | 3C |
| Octal | 305 | 122 | 337 | 14 | 77 | 0 | 15 | 441 | 105 | 74 |
| Binary | 11000101 | 1010010 | 11011111 | 1100 | 111111 | 0 | 1101 | 100100001 | 1000101 | 111100 |
Color Harmonies of #C552DF
Complementary color
Monochromatic Colors of #C552DF
Black with #C552DF
Text Example
Text Example
White with #C552DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C552DF; }
p { color: rgb(197,82,223); }
H1.HeaderClassName
{
color: #C552DF;
}
.AnyTagClassName
{
color: #C552DF;
}
</style>
background-color css
<style>
a { background-color: #C552DF; }
a { background-color: rgb(197,82,223); }
div.DivClassName
{
background-color: #C552DF;
}
.BgClassName
{
background-color: #C552DF;
}
</style>
border-color css
<style>
span { border-color: #C552DF; }
span { border-color: rgb(197,82,223); }
td.TdClassName
{
border-color: #C552DF;
}
.TagClassName
{
border-color: #C552DF;
}
</style>