Shades of Medium Orchid #C534F8
Tints of Medium Orchid #C534F8
RGB
CMYK
RGB Variations
Color information
#C534F8 (or 0xC534F8) is known color: Medium Orchid. HEX triplet: C5, 34 and F8. RGB value is (197,52,248). Sum of RGB (Red+Green+Blue) = 197+52+248=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 52 (20.70% from 255 or 10.46% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #C534F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C534F8 is #3ACB07. Grayscale: #757575. Windows color (decimal): -3853064 or 16266437. OLE color: 16266437.
HSL color Cylindrical-coordinate representation of color #C534F8: hue angle of 284.39º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C534F8 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 52 | 248 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.03 |
| HSL | 284.39º | 0.93% | 0.59% | - |
| HSV(B) | 284.39º | 0.79% | 0.97% | - |
| XYZ | 41.2 | 21.1 | 90.71 | - |
| YUV | 117.7 | 201.54 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 248 | 0.21 | 0.79 | 0 | 0.03 | 284.39 | 0.93 | 0.59 |
| Hex | C5 | 34 | F8 | 15 | 4F | 0 | 3 | 11C | 5D | 3B |
| Octal | 305 | 64 | 370 | 25 | 117 | 0 | 3 | 434 | 135 | 73 |
| Binary | 11000101 | 110100 | 11111000 | 10101 | 1001111 | 0 | 11 | 100011100 | 1011101 | 111011 |
Color Harmonies of #C534F8
Complementary color
Monochromatic Colors of #C534F8
Black with #C534F8
Text Example
Text Example
White with #C534F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534F8; }
p { color: rgb(197,52,248); }
H1.HeaderClassName
{
color: #C534F8;
}
.AnyTagClassName
{
color: #C534F8;
}
</style>
background-color css
<style>
a { background-color: #C534F8; }
a { background-color: rgb(197,52,248); }
div.DivClassName
{
background-color: #C534F8;
}
.BgClassName
{
background-color: #C534F8;
}
</style>
border-color css
<style>
span { border-color: #C534F8; }
span { border-color: rgb(197,52,248); }
td.TdClassName
{
border-color: #C534F8;
}
.TagClassName
{
border-color: #C534F8;
}
</style>