Shades of Medium Orchid #C852EE
Tints of Medium Orchid #C852EE
RGB
CMYK
RGB Variations
Color information
#C852EE (or 0xC852EE) is known color: Medium Orchid. HEX triplet: C8, 52 and EE. RGB value is (200,82,238). Sum of RGB (Red+Green+Blue) = 200+82+238=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #C852EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C852EE is #37AD11. Grayscale: #868686. Windows color (decimal): -3648786 or 15618760. OLE color: 15618760.
HSL color Cylindrical-coordinate representation of color #C852EE: hue angle of 285.38º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C852EE is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 82 | 238 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.07 |
| HSL | 285.38º | 0.82% | 0.63% | - |
| HSV(B) | 285.38º | 0.66% | 0.93% | - |
| XYZ | 42.27 | 24.49 | 83.39 | - |
| YUV | 135.07 | 186.09 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 238 | 0.16 | 0.66 | 0 | 0.07 | 285.38 | 0.82 | 0.63 |
| Hex | C8 | 52 | EE | 10 | 42 | 0 | 7 | 11D | 52 | 3F |
| Octal | 310 | 122 | 356 | 20 | 102 | 0 | 7 | 435 | 122 | 77 |
| Binary | 11001000 | 1010010 | 11101110 | 10000 | 1000010 | 0 | 111 | 100011101 | 1010010 | 111111 |
Color Harmonies of #C852EE
Complementary color
Monochromatic Colors of #C852EE
Black with #C852EE
Text Example
Text Example
White with #C852EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852EE; }
p { color: rgb(200,82,238); }
H1.HeaderClassName
{
color: #C852EE;
}
.AnyTagClassName
{
color: #C852EE;
}
</style>
background-color css
<style>
a { background-color: #C852EE; }
a { background-color: rgb(200,82,238); }
div.DivClassName
{
background-color: #C852EE;
}
.BgClassName
{
background-color: #C852EE;
}
</style>
border-color css
<style>
span { border-color: #C852EE; }
span { border-color: rgb(200,82,238); }
td.TdClassName
{
border-color: #C852EE;
}
.TagClassName
{
border-color: #C852EE;
}
</style>