Shades of Medium Orchid #C852D4
Tints of Medium Orchid #C852D4
RGB
CMYK
RGB Variations
Color information
#C852D4 (or 0xC852D4) is known color: Medium Orchid. HEX triplet: C8, 52 and D4. RGB value is (200,82,212). Sum of RGB (Red+Green+Blue) = 200+82+212=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 212 - color contains mainly: blue. Hex color #C852D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852D4 is #37AD2B. Grayscale: #838383. Windows color (decimal): -3648812 or 13914824. OLE color: 13914824.
HSL color Cylindrical-coordinate representation of color #C852D4: hue angle of 294.46º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C852D4 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 82 | 212 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.17 |
| HSL | 294.46º | 0.6% | 0.58% | - |
| HSV(B) | 294.46º | 0.61% | 0.83% | - |
| XYZ | 38.72 | 23.07 | 64.7 | - |
| YUV | 132.1 | 173.09 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 212 | 0.06 | 0.61 | 0 | 0.17 | 294.46 | 0.6 | 0.58 |
| Hex | C8 | 52 | D4 | 6 | 3D | 0 | 11 | 126 | 3C | 3A |
| Octal | 310 | 122 | 324 | 6 | 75 | 0 | 21 | 446 | 74 | 72 |
| Binary | 11001000 | 1010010 | 11010100 | 110 | 111101 | 0 | 10001 | 100100110 | 111100 | 111010 |
Color Harmonies of #C852D4
Complementary color
Monochromatic Colors of #C852D4
Black with #C852D4
Text Example
Text Example
White with #C852D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852D4; }
p { color: rgb(200,82,212); }
H1.HeaderClassName
{
color: #C852D4;
}
.AnyTagClassName
{
color: #C852D4;
}
</style>
background-color css
<style>
a { background-color: #C852D4; }
a { background-color: rgb(200,82,212); }
div.DivClassName
{
background-color: #C852D4;
}
.BgClassName
{
background-color: #C852D4;
}
</style>
border-color css
<style>
span { border-color: #C852D4; }
span { border-color: rgb(200,82,212); }
td.TdClassName
{
border-color: #C852D4;
}
.TagClassName
{
border-color: #C852D4;
}
</style>