Shades of Medium Orchid #CC58DC
Tints of Medium Orchid #CC58DC
RGB
CMYK
RGB Variations
Color information
#CC58DC (or 0xCC58DC) is known color: Medium Orchid. HEX triplet: CC, 58 and DC. RGB value is (204,88,220). Sum of RGB (Red+Green+Blue) = 204+88+220=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC58DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58DC is #33A723. Grayscale: #898989. Windows color (decimal): -3385124 or 14440652. OLE color: 14440652.
HSL color Cylindrical-coordinate representation of color #CC58DC: hue angle of 292.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC58DC is Cyan = 0.07, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 88 | 220 | - |
| CMYK | 0.07 | 0.6 | 0 | 0.14 |
| HSL | 292.73º | 0.65% | 0.6% | - |
| HSV(B) | 292.73º | 0.6% | 0.86% | - |
| XYZ | 41.31 | 24.98 | 70.36 | - |
| YUV | 137.73 | 174.43 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 220 | 0.07 | 0.6 | 0 | 0.14 | 292.73 | 0.65 | 0.6 |
| Hex | CC | 58 | DC | 7 | 3C | 0 | E | 125 | 41 | 3C |
| Octal | 314 | 130 | 334 | 7 | 74 | 0 | 16 | 445 | 101 | 74 |
| Binary | 11001100 | 1011000 | 11011100 | 111 | 111100 | 0 | 1110 | 100100101 | 1000001 | 111100 |
Color Harmonies of #CC58DC
Complementary color
Monochromatic Colors of #CC58DC
Black with #CC58DC
Text Example
Text Example
White with #CC58DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC58DC; }
p { color: rgb(204,88,220); }
H1.HeaderClassName
{
color: #CC58DC;
}
.AnyTagClassName
{
color: #CC58DC;
}
</style>
background-color css
<style>
a { background-color: #CC58DC; }
a { background-color: rgb(204,88,220); }
div.DivClassName
{
background-color: #CC58DC;
}
.BgClassName
{
background-color: #CC58DC;
}
</style>
border-color css
<style>
span { border-color: #CC58DC; }
span { border-color: rgb(204,88,220); }
td.TdClassName
{
border-color: #CC58DC;
}
.TagClassName
{
border-color: #CC58DC;
}
</style>