Shades of Medium Orchid #C852F1
Tints of Medium Orchid #C852F1
RGB
CMYK
RGB Variations
Color information
#C852F1 (or 0xC852F1) is known color: Medium Orchid. HEX triplet: C8, 52 and F1. RGB value is (200,82,241). Sum of RGB (Red+Green+Blue) = 200+82+241=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #C852F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C852F1 is #37AD0E. Grayscale: #868686. Windows color (decimal): -3648783 or 15815368. OLE color: 15815368.
HSL color Cylindrical-coordinate representation of color #C852F1: hue angle of 284.53º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C852F1 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 82 | 241 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.05 |
| HSL | 284.53º | 0.85% | 0.63% | - |
| HSV(B) | 284.53º | 0.66% | 0.95% | - |
| XYZ | 42.71 | 24.66 | 85.73 | - |
| YUV | 135.41 | 187.59 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 241 | 0.17 | 0.66 | 0 | 0.05 | 284.53 | 0.85 | 0.63 |
| Hex | C8 | 52 | F1 | 11 | 42 | 0 | 5 | 11D | 55 | 3F |
| Octal | 310 | 122 | 361 | 21 | 102 | 0 | 5 | 435 | 125 | 77 |
| Binary | 11001000 | 1010010 | 11110001 | 10001 | 1000010 | 0 | 101 | 100011101 | 1010101 | 111111 |
Color Harmonies of #C852F1
Complementary color
Monochromatic Colors of #C852F1
Black with #C852F1
Text Example
Text Example
White with #C852F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852F1; }
p { color: rgb(200,82,241); }
H1.HeaderClassName
{
color: #C852F1;
}
.AnyTagClassName
{
color: #C852F1;
}
</style>
background-color css
<style>
a { background-color: #C852F1; }
a { background-color: rgb(200,82,241); }
div.DivClassName
{
background-color: #C852F1;
}
.BgClassName
{
background-color: #C852F1;
}
</style>
border-color css
<style>
span { border-color: #C852F1; }
span { border-color: rgb(200,82,241); }
td.TdClassName
{
border-color: #C852F1;
}
.TagClassName
{
border-color: #C852F1;
}
</style>