Shades of Medium Orchid #C552FA
Tints of Medium Orchid #C552FA
RGB
CMYK
RGB Variations
Color information
#C552FA (or 0xC552FA) is known color: Medium Orchid. HEX triplet: C5, 52 and FA. RGB value is (197,82,250). Sum of RGB (Red+Green+Blue) = 197+82+250=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #C552FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C552FA is #3AAD05. Grayscale: #868686. Windows color (decimal): -3845382 or 16405189. OLE color: 16405189.
HSL color Cylindrical-coordinate representation of color #C552FA: hue angle of 281.07º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C552FA is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 82 | 250 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.02 |
| HSL | 281.07º | 0.94% | 0.65% | - |
| HSV(B) | 281.07º | 0.67% | 0.98% | - |
| XYZ | 43.3 | 24.81 | 92.95 | - |
| YUV | 135.54 | 192.6 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 250 | 0.21 | 0.67 | 0 | 0.02 | 281.07 | 0.94 | 0.65 |
| Hex | C5 | 52 | FA | 15 | 43 | 0 | 2 | 119 | 5E | 41 |
| Octal | 305 | 122 | 372 | 25 | 103 | 0 | 2 | 431 | 136 | 101 |
| Binary | 11000101 | 1010010 | 11111010 | 10101 | 1000011 | 0 | 10 | 100011001 | 1011110 | 1000001 |
Color Harmonies of #C552FA
Complementary color
Monochromatic Colors of #C552FA
Black with #C552FA
Text Example
Text Example
White with #C552FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C552FA; }
p { color: rgb(197,82,250); }
H1.HeaderClassName
{
color: #C552FA;
}
.AnyTagClassName
{
color: #C552FA;
}
</style>
background-color css
<style>
a { background-color: #C552FA; }
a { background-color: rgb(197,82,250); }
div.DivClassName
{
background-color: #C552FA;
}
.BgClassName
{
background-color: #C552FA;
}
</style>
border-color css
<style>
span { border-color: #C552FA; }
span { border-color: rgb(197,82,250); }
td.TdClassName
{
border-color: #C552FA;
}
.TagClassName
{
border-color: #C552FA;
}
</style>