Shades of Medium Orchid #C852F4
Tints of Medium Orchid #C852F4
RGB
CMYK
RGB Variations
Color information
#C852F4 (or 0xC852F4) is known color: Medium Orchid. HEX triplet: C8, 52 and F4. RGB value is (200,82,244). Sum of RGB (Red+Green+Blue) = 200+82+244=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 82 (32.42% from 255 or 15.59% from 526); Blue value is 244 (95.70% from 255 or 46.39% from 526); Max value from RGB is 244 - color contains mainly: blue. Hex color #C852F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C852F4 is #37AD0B. Grayscale: #878787. Windows color (decimal): -3648780 or 16011976. OLE color: 16011976.
HSL color Cylindrical-coordinate representation of color #C852F4: hue angle of 283.7º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C852F4 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 82 | 244 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.04 |
| HSL | 283.7º | 0.88% | 0.64% | - |
| HSV(B) | 283.7º | 0.66% | 0.96% | - |
| XYZ | 43.17 | 24.85 | 88.11 | - |
| YUV | 135.75 | 189.09 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 244 | 0.18 | 0.66 | 0 | 0.04 | 283.7 | 0.88 | 0.64 |
| Hex | C8 | 52 | F4 | 12 | 42 | 0 | 4 | 11C | 58 | 40 |
| Octal | 310 | 122 | 364 | 22 | 102 | 0 | 4 | 434 | 130 | 100 |
| Binary | 11001000 | 1010010 | 11110100 | 10010 | 1000010 | 0 | 100 | 100011100 | 1011000 | 1000000 |
Color Harmonies of #C852F4
Complementary color
Monochromatic Colors of #C852F4
Black with #C852F4
Text Example
Text Example
White with #C852F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852F4; }
p { color: rgb(200,82,244); }
H1.HeaderClassName
{
color: #C852F4;
}
.AnyTagClassName
{
color: #C852F4;
}
</style>
background-color css
<style>
a { background-color: #C852F4; }
a { background-color: rgb(200,82,244); }
div.DivClassName
{
background-color: #C852F4;
}
.BgClassName
{
background-color: #C852F4;
}
</style>
border-color css
<style>
span { border-color: #C852F4; }
span { border-color: rgb(200,82,244); }
td.TdClassName
{
border-color: #C852F4;
}
.TagClassName
{
border-color: #C852F4;
}
</style>