Shades of Medium Orchid #CC52F4
Tints of Medium Orchid #CC52F4
RGB
CMYK
RGB Variations
Color information
#CC52F4 (or 0xCC52F4) is known color: Medium Orchid. HEX triplet: CC, 52 and F4. RGB value is (204,82,244). Sum of RGB (Red+Green+Blue) = 204+82+244=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 82 (32.42% from 255 or 15.47% from 530); Blue value is 244 (95.70% from 255 or 46.04% from 530); Max value from RGB is 244 - color contains mainly: blue. Hex color #CC52F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC52F4 is #33AD0B. Grayscale: #888888. Windows color (decimal): -3386636 or 16011980. OLE color: 16011980.
HSL color Cylindrical-coordinate representation of color #CC52F4: hue angle of 285.19º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC52F4 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 82 | 244 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.04 |
| HSL | 285.19º | 0.88% | 0.64% | - |
| HSV(B) | 285.19º | 0.66% | 0.96% | - |
| XYZ | 44.25 | 25.4 | 88.16 | - |
| YUV | 136.95 | 188.42 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 244 | 0.16 | 0.66 | 0 | 0.04 | 285.19 | 0.88 | 0.64 |
| Hex | CC | 52 | F4 | 10 | 42 | 0 | 4 | 11D | 58 | 40 |
| Octal | 314 | 122 | 364 | 20 | 102 | 0 | 4 | 435 | 130 | 100 |
| Binary | 11001100 | 1010010 | 11110100 | 10000 | 1000010 | 0 | 100 | 100011101 | 1011000 | 1000000 |
Color Harmonies of #CC52F4
Complementary color
Monochromatic Colors of #CC52F4
Black with #CC52F4
Text Example
Text Example
White with #CC52F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC52F4; }
p { color: rgb(204,82,244); }
H1.HeaderClassName
{
color: #CC52F4;
}
.AnyTagClassName
{
color: #CC52F4;
}
</style>
background-color css
<style>
a { background-color: #CC52F4; }
a { background-color: rgb(204,82,244); }
div.DivClassName
{
background-color: #CC52F4;
}
.BgClassName
{
background-color: #CC52F4;
}
</style>
border-color css
<style>
span { border-color: #CC52F4; }
span { border-color: rgb(204,82,244); }
td.TdClassName
{
border-color: #CC52F4;
}
.TagClassName
{
border-color: #CC52F4;
}
</style>