Shades of Medium Orchid #C852DE
Tints of Medium Orchid #C852DE
RGB
CMYK
RGB Variations
Color information
#C852DE (or 0xC852DE) is known color: Medium Orchid. HEX triplet: C8, 52 and DE. RGB value is (200,82,222). Sum of RGB (Red+Green+Blue) = 200+82+222=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #C852DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852DE is #37AD21. Grayscale: #848484. Windows color (decimal): -3648802 or 14570184. OLE color: 14570184.
HSL color Cylindrical-coordinate representation of color #C852DE: hue angle of 290.57º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C852DE is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 82 | 222 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.13 |
| HSL | 290.57º | 0.68% | 0.6% | - |
| HSV(B) | 290.57º | 0.63% | 0.87% | - |
| XYZ | 40.02 | 23.59 | 71.55 | - |
| YUV | 133.24 | 178.09 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 222 | 0.10 | 0.63 | 0 | 0.13 | 290.57 | 0.68 | 0.6 |
| Hex | C8 | 52 | DE | A | 3F | 0 | D | 123 | 44 | 3C |
| Octal | 310 | 122 | 336 | 12 | 77 | 0 | 15 | 443 | 104 | 74 |
| Binary | 11001000 | 1010010 | 11011110 | 1010 | 111111 | 0 | 1101 | 100100011 | 1000100 | 111100 |
Color Harmonies of #C852DE
Complementary color
Monochromatic Colors of #C852DE
Black with #C852DE
Text Example
Text Example
White with #C852DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852DE; }
p { color: rgb(200,82,222); }
H1.HeaderClassName
{
color: #C852DE;
}
.AnyTagClassName
{
color: #C852DE;
}
</style>
background-color css
<style>
a { background-color: #C852DE; }
a { background-color: rgb(200,82,222); }
div.DivClassName
{
background-color: #C852DE;
}
.BgClassName
{
background-color: #C852DE;
}
</style>
border-color css
<style>
span { border-color: #C852DE; }
span { border-color: rgb(200,82,222); }
td.TdClassName
{
border-color: #C852DE;
}
.TagClassName
{
border-color: #C852DE;
}
</style>