Shades of Medium Orchid #CC55ED
Tints of Medium Orchid #CC55ED
RGB
CMYK
RGB Variations
Color information
#CC55ED (or 0xCC55ED) is known color: Medium Orchid. HEX triplet: CC, 55 and ED. RGB value is (204,85,237). Sum of RGB (Red+Green+Blue) = 204+85+237=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC55ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC55ED is #33AA12. Grayscale: #898989. Windows color (decimal): -3385875 or 15553996. OLE color: 15553996.
HSL color Cylindrical-coordinate representation of color #CC55ED: hue angle of 286.97º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC55ED is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 85 | 237 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.07 |
| HSL | 286.97º | 0.81% | 0.63% | - |
| HSV(B) | 286.97º | 0.64% | 0.93% | - |
| XYZ | 43.44 | 25.45 | 82.74 | - |
| YUV | 137.91 | 183.92 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 237 | 0.14 | 0.64 | 0 | 0.07 | 286.97 | 0.81 | 0.63 |
| Hex | CC | 55 | ED | E | 40 | 0 | 7 | 11F | 51 | 3F |
| Octal | 314 | 125 | 355 | 16 | 100 | 0 | 7 | 437 | 121 | 77 |
| Binary | 11001100 | 1010101 | 11101101 | 1110 | 1000000 | 0 | 111 | 100011111 | 1010001 | 111111 |
Color Harmonies of #CC55ED
Complementary color
Monochromatic Colors of #CC55ED
Black with #CC55ED
Text Example
Text Example
White with #CC55ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC55ED; }
p { color: rgb(204,85,237); }
H1.HeaderClassName
{
color: #CC55ED;
}
.AnyTagClassName
{
color: #CC55ED;
}
</style>
background-color css
<style>
a { background-color: #CC55ED; }
a { background-color: rgb(204,85,237); }
div.DivClassName
{
background-color: #CC55ED;
}
.BgClassName
{
background-color: #CC55ED;
}
</style>
border-color css
<style>
span { border-color: #CC55ED; }
span { border-color: rgb(204,85,237); }
td.TdClassName
{
border-color: #CC55ED;
}
.TagClassName
{
border-color: #CC55ED;
}
</style>