Shades of Medium Orchid #C552F2
Tints of Medium Orchid #C552F2
RGB
CMYK
RGB Variations
Color information
#C552F2 (or 0xC552F2) is known color: Medium Orchid. HEX triplet: C5, 52 and F2. RGB value is (197,82,242). Sum of RGB (Red+Green+Blue) = 197+82+242=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #C552F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C552F2 is #3AAD0D. Grayscale: #868686. Windows color (decimal): -3845390 or 15880901. OLE color: 15880901.
HSL color Cylindrical-coordinate representation of color #C552F2: hue angle of 283.12º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C552F2 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 82 | 242 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.05 |
| HSL | 283.13º | 0.86% | 0.64% | - |
| HSV(B) | 283.13º | 0.66% | 0.95% | - |
| XYZ | 42.07 | 24.32 | 86.48 | - |
| YUV | 134.63 | 188.6 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 242 | 0.19 | 0.66 | 0 | 0.05 | 283.13 | 0.86 | 0.64 |
| Hex | C5 | 52 | F2 | 13 | 42 | 0 | 5 | 11B | 56 | 40 |
| Octal | 305 | 122 | 362 | 23 | 102 | 0 | 5 | 433 | 126 | 100 |
| Binary | 11000101 | 1010010 | 11110010 | 10011 | 1000010 | 0 | 101 | 100011011 | 1010110 | 1000000 |
Color Harmonies of #C552F2
Complementary color
Monochromatic Colors of #C552F2
Black with #C552F2
Text Example
Text Example
White with #C552F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C552F2; }
p { color: rgb(197,82,242); }
H1.HeaderClassName
{
color: #C552F2;
}
.AnyTagClassName
{
color: #C552F2;
}
</style>
background-color css
<style>
a { background-color: #C552F2; }
a { background-color: rgb(197,82,242); }
div.DivClassName
{
background-color: #C552F2;
}
.BgClassName
{
background-color: #C552F2;
}
</style>
border-color css
<style>
span { border-color: #C552F2; }
span { border-color: rgb(197,82,242); }
td.TdClassName
{
border-color: #C552F2;
}
.TagClassName
{
border-color: #C552F2;
}
</style>