Shades of Medium Orchid #CC50ED
Tints of Medium Orchid #CC50ED
RGB
CMYK
RGB Variations
Color information
#CC50ED (or 0xCC50ED) is known color: Medium Orchid. HEX triplet: CC, 50 and ED. RGB value is (204,80,237). Sum of RGB (Red+Green+Blue) = 204+80+237=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC50ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC50ED is #33AF12. Grayscale: #868686. Windows color (decimal): -3387155 or 15552716. OLE color: 15552716.
HSL color Cylindrical-coordinate representation of color #CC50ED: hue angle of 287.39º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC50ED is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 80 | 237 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.07 |
| HSL | 287.39º | 0.81% | 0.62% | - |
| HSV(B) | 287.39º | 0.66% | 0.93% | - |
| XYZ | 43.06 | 24.69 | 82.62 | - |
| YUV | 134.97 | 185.58 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 237 | 0.14 | 0.66 | 0 | 0.07 | 287.39 | 0.81 | 0.62 |
| Hex | CC | 50 | ED | E | 42 | 0 | 7 | 11F | 51 | 3E |
| Octal | 314 | 120 | 355 | 16 | 102 | 0 | 7 | 437 | 121 | 76 |
| Binary | 11001100 | 1010000 | 11101101 | 1110 | 1000010 | 0 | 111 | 100011111 | 1010001 | 111110 |
Color Harmonies of #CC50ED
Complementary color
Monochromatic Colors of #CC50ED
Black with #CC50ED
Text Example
Text Example
White with #CC50ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC50ED; }
p { color: rgb(204,80,237); }
H1.HeaderClassName
{
color: #CC50ED;
}
.AnyTagClassName
{
color: #CC50ED;
}
</style>
background-color css
<style>
a { background-color: #CC50ED; }
a { background-color: rgb(204,80,237); }
div.DivClassName
{
background-color: #CC50ED;
}
.BgClassName
{
background-color: #CC50ED;
}
</style>
border-color css
<style>
span { border-color: #CC50ED; }
span { border-color: rgb(204,80,237); }
td.TdClassName
{
border-color: #CC50ED;
}
.TagClassName
{
border-color: #CC50ED;
}
</style>