Shades of Medium Orchid #CC58ED
Tints of Medium Orchid #CC58ED
RGB
CMYK
RGB Variations
Color information
#CC58ED (or 0xCC58ED) is known color: Medium Orchid. HEX triplet: CC, 58 and ED. RGB value is (204,88,237). Sum of RGB (Red+Green+Blue) = 204+88+237=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC58ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC58ED is #33A712. Grayscale: #8B8B8B. Windows color (decimal): -3385107 or 15554764. OLE color: 15554764.
HSL color Cylindrical-coordinate representation of color #CC58ED: hue angle of 286.71º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC58ED is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 88 | 237 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.07 |
| HSL | 286.71º | 0.81% | 0.64% | - |
| HSV(B) | 286.71º | 0.63% | 0.93% | - |
| XYZ | 43.68 | 25.93 | 82.82 | - |
| YUV | 139.67 | 182.93 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 237 | 0.14 | 0.63 | 0 | 0.07 | 286.71 | 0.81 | 0.64 |
| Hex | CC | 58 | ED | E | 3F | 0 | 7 | 11F | 51 | 40 |
| Octal | 314 | 130 | 355 | 16 | 77 | 0 | 7 | 437 | 121 | 100 |
| Binary | 11001100 | 1011000 | 11101101 | 1110 | 111111 | 0 | 111 | 100011111 | 1010001 | 1000000 |
Color Harmonies of #CC58ED
Complementary color
Monochromatic Colors of #CC58ED
Black with #CC58ED
Text Example
Text Example
White with #CC58ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC58ED; }
p { color: rgb(204,88,237); }
H1.HeaderClassName
{
color: #CC58ED;
}
.AnyTagClassName
{
color: #CC58ED;
}
</style>
background-color css
<style>
a { background-color: #CC58ED; }
a { background-color: rgb(204,88,237); }
div.DivClassName
{
background-color: #CC58ED;
}
.BgClassName
{
background-color: #CC58ED;
}
</style>
border-color css
<style>
span { border-color: #CC58ED; }
span { border-color: rgb(204,88,237); }
td.TdClassName
{
border-color: #CC58ED;
}
.TagClassName
{
border-color: #CC58ED;
}
</style>