Shades of Medium Orchid #C552DC
Tints of Medium Orchid #C552DC
RGB
CMYK
RGB Variations
Color information
#C552DC (or 0xC552DC) is known color: Medium Orchid. HEX triplet: C5, 52 and DC. RGB value is (197,82,220). Sum of RGB (Red+Green+Blue) = 197+82+220=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #C552DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C552DC is #3AAD23. Grayscale: #838383. Windows color (decimal): -3845412 or 14439109. OLE color: 14439109.
HSL color Cylindrical-coordinate representation of color #C552DC: hue angle of 290º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C552DC is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 82 | 220 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.14 |
| HSL | 290º | 0.66% | 0.59% | - |
| HSV(B) | 290º | 0.63% | 0.86% | - |
| XYZ | 38.96 | 23.07 | 70.11 | - |
| YUV | 132.12 | 177.6 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 220 | 0.10 | 0.63 | 0 | 0.14 | 290 | 0.66 | 0.59 |
| Hex | C5 | 52 | DC | A | 3F | 0 | E | 122 | 42 | 3B |
| Octal | 305 | 122 | 334 | 12 | 77 | 0 | 16 | 442 | 102 | 73 |
| Binary | 11000101 | 1010010 | 11011100 | 1010 | 111111 | 0 | 1110 | 100100010 | 1000010 | 111011 |
Color Harmonies of #C552DC
Complementary color
Monochromatic Colors of #C552DC
Black with #C552DC
Text Example
Text Example
White with #C552DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C552DC; }
p { color: rgb(197,82,220); }
H1.HeaderClassName
{
color: #C552DC;
}
.AnyTagClassName
{
color: #C552DC;
}
</style>
background-color css
<style>
a { background-color: #C552DC; }
a { background-color: rgb(197,82,220); }
div.DivClassName
{
background-color: #C552DC;
}
.BgClassName
{
background-color: #C552DC;
}
</style>
border-color css
<style>
span { border-color: #C552DC; }
span { border-color: rgb(197,82,220); }
td.TdClassName
{
border-color: #C552DC;
}
.TagClassName
{
border-color: #C552DC;
}
</style>