Shades of Medium Orchid #C852DC
Tints of Medium Orchid #C852DC
RGB
CMYK
RGB Variations
Color information
#C852DC (or 0xC852DC) is known color: Medium Orchid. HEX triplet: C8, 52 and DC. RGB value is (200,82,220). Sum of RGB (Red+Green+Blue) = 200+82+220=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #C852DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852DC is #37AD23. Grayscale: #848484. Windows color (decimal): -3648804 or 14439112. OLE color: 14439112.
HSL color Cylindrical-coordinate representation of color #C852DC: hue angle of 291.3º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C852DC is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 82 | 220 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.14 |
| HSL | 291.3º | 0.66% | 0.59% | - |
| HSV(B) | 291.3º | 0.63% | 0.86% | - |
| XYZ | 39.75 | 23.48 | 70.15 | - |
| YUV | 133.01 | 177.09 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 220 | 0.09 | 0.63 | 0 | 0.14 | 291.3 | 0.66 | 0.59 |
| Hex | C8 | 52 | DC | 9 | 3F | 0 | E | 123 | 42 | 3B |
| Octal | 310 | 122 | 334 | 11 | 77 | 0 | 16 | 443 | 102 | 73 |
| Binary | 11001000 | 1010010 | 11011100 | 1001 | 111111 | 0 | 1110 | 100100011 | 1000010 | 111011 |
Color Harmonies of #C852DC
Complementary color
Monochromatic Colors of #C852DC
Black with #C852DC
Text Example
Text Example
White with #C852DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852DC; }
p { color: rgb(200,82,220); }
H1.HeaderClassName
{
color: #C852DC;
}
.AnyTagClassName
{
color: #C852DC;
}
</style>
background-color css
<style>
a { background-color: #C852DC; }
a { background-color: rgb(200,82,220); }
div.DivClassName
{
background-color: #C852DC;
}
.BgClassName
{
background-color: #C852DC;
}
</style>
border-color css
<style>
span { border-color: #C852DC; }
span { border-color: rgb(200,82,220); }
td.TdClassName
{
border-color: #C852DC;
}
.TagClassName
{
border-color: #C852DC;
}
</style>