Shades of Medium Orchid #C552EF
Tints of Medium Orchid #C552EF
RGB
CMYK
RGB Variations
Color information
#C552EF (or 0xC552EF) is known color: Medium Orchid. HEX triplet: C5, 52 and EF. RGB value is (197,82,239). Sum of RGB (Red+Green+Blue) = 197+82+239=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #C552EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C552EF is #3AAD10. Grayscale: #858585. Windows color (decimal): -3845393 or 15684293. OLE color: 15684293.
HSL color Cylindrical-coordinate representation of color #C552EF: hue angle of 283.95º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C552EF is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 82 | 239 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.06 |
| HSL | 283.95º | 0.83% | 0.63% | - |
| HSV(B) | 283.95º | 0.66% | 0.94% | - |
| XYZ | 41.62 | 24.14 | 84.13 | - |
| YUV | 134.28 | 187.1 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 239 | 0.18 | 0.66 | 0 | 0.06 | 283.95 | 0.83 | 0.63 |
| Hex | C5 | 52 | EF | 12 | 42 | 0 | 6 | 11C | 53 | 3F |
| Octal | 305 | 122 | 357 | 22 | 102 | 0 | 6 | 434 | 123 | 77 |
| Binary | 11000101 | 1010010 | 11101111 | 10010 | 1000010 | 0 | 110 | 100011100 | 1010011 | 111111 |
Color Harmonies of #C552EF
Complementary color
Monochromatic Colors of #C552EF
Black with #C552EF
Text Example
Text Example
White with #C552EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C552EF; }
p { color: rgb(197,82,239); }
H1.HeaderClassName
{
color: #C552EF;
}
.AnyTagClassName
{
color: #C552EF;
}
</style>
background-color css
<style>
a { background-color: #C552EF; }
a { background-color: rgb(197,82,239); }
div.DivClassName
{
background-color: #C552EF;
}
.BgClassName
{
background-color: #C552EF;
}
</style>
border-color css
<style>
span { border-color: #C552EF; }
span { border-color: rgb(197,82,239); }
td.TdClassName
{
border-color: #C552EF;
}
.TagClassName
{
border-color: #C552EF;
}
</style>