Shades of Medium Orchid #C852EB
Tints of Medium Orchid #C852EB
RGB
CMYK
RGB Variations
Color information
#C852EB (or 0xC852EB) is known color: Medium Orchid. HEX triplet: C8, 52 and EB. RGB value is (200,82,235). Sum of RGB (Red+Green+Blue) = 200+82+235=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 82 (32.42% from 255 or 15.86% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #C852EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C852EB is #37AD14. Grayscale: #868686. Windows color (decimal): -3648789 or 15422152. OLE color: 15422152.
HSL color Cylindrical-coordinate representation of color #C852EB: hue angle of 286.27º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C852EB is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 82 | 235 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.08 |
| HSL | 286.27º | 0.79% | 0.62% | - |
| HSV(B) | 286.27º | 0.65% | 0.92% | - |
| XYZ | 41.83 | 24.31 | 81.09 | - |
| YUV | 134.72 | 184.59 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 235 | 0.15 | 0.65 | 0 | 0.08 | 286.27 | 0.79 | 0.62 |
| Hex | C8 | 52 | EB | F | 41 | 0 | 8 | 11E | 4F | 3E |
| Octal | 310 | 122 | 353 | 17 | 101 | 0 | 10 | 436 | 117 | 76 |
| Binary | 11001000 | 1010010 | 11101011 | 1111 | 1000001 | 0 | 1000 | 100011110 | 1001111 | 111110 |
Color Harmonies of #C852EB
Complementary color
Monochromatic Colors of #C852EB
Black with #C852EB
Text Example
Text Example
White with #C852EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852EB; }
p { color: rgb(200,82,235); }
H1.HeaderClassName
{
color: #C852EB;
}
.AnyTagClassName
{
color: #C852EB;
}
</style>
background-color css
<style>
a { background-color: #C852EB; }
a { background-color: rgb(200,82,235); }
div.DivClassName
{
background-color: #C852EB;
}
.BgClassName
{
background-color: #C852EB;
}
</style>
border-color css
<style>
span { border-color: #C852EB; }
span { border-color: rgb(200,82,235); }
td.TdClassName
{
border-color: #C852EB;
}
.TagClassName
{
border-color: #C852EB;
}
</style>