Shades of Medium Orchid #CC58D6
Tints of Medium Orchid #CC58D6
RGB
CMYK
RGB Variations
Color information
#CC58D6 (or 0xCC58D6) is known color: Medium Orchid. HEX triplet: CC, 58 and D6. RGB value is (204,88,214). Sum of RGB (Red+Green+Blue) = 204+88+214=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC58D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58D6 is #33A729. Grayscale: #888888. Windows color (decimal): -3385130 or 14047436. OLE color: 14047436.
HSL color Cylindrical-coordinate representation of color #CC58D6: hue angle of 295.24º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC58D6 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 88 | 214 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.16 |
| HSL | 295.24º | 0.61% | 0.59% | - |
| HSV(B) | 295.24º | 0.59% | 0.84% | - |
| XYZ | 40.53 | 24.67 | 66.24 | - |
| YUV | 137.05 | 171.43 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 214 | 0.05 | 0.59 | 0 | 0.16 | 295.24 | 0.61 | 0.59 |
| Hex | CC | 58 | D6 | 5 | 3B | 0 | 10 | 127 | 3D | 3B |
| Octal | 314 | 130 | 326 | 5 | 73 | 0 | 20 | 447 | 75 | 73 |
| Binary | 11001100 | 1011000 | 11010110 | 101 | 111011 | 0 | 10000 | 100100111 | 111101 | 111011 |
Color Harmonies of #CC58D6
Complementary color
Monochromatic Colors of #CC58D6
Black with #CC58D6
Text Example
Text Example
White with #CC58D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC58D6; }
p { color: rgb(204,88,214); }
H1.HeaderClassName
{
color: #CC58D6;
}
.AnyTagClassName
{
color: #CC58D6;
}
</style>
background-color css
<style>
a { background-color: #CC58D6; }
a { background-color: rgb(204,88,214); }
div.DivClassName
{
background-color: #CC58D6;
}
.BgClassName
{
background-color: #CC58D6;
}
</style>
border-color css
<style>
span { border-color: #CC58D6; }
span { border-color: rgb(204,88,214); }
td.TdClassName
{
border-color: #CC58D6;
}
.TagClassName
{
border-color: #CC58D6;
}
</style>