Shades of Medium Orchid #CC50EE
Tints of Medium Orchid #CC50EE
RGB
CMYK
RGB Variations
Color information
#CC50EE (or 0xCC50EE) is known color: Medium Orchid. HEX triplet: CC, 50 and EE. RGB value is (204,80,238). Sum of RGB (Red+Green+Blue) = 204+80+238=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC50EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC50EE is #33AF11. Grayscale: #868686. Windows color (decimal): -3387154 or 15618252. OLE color: 15618252.
HSL color Cylindrical-coordinate representation of color #CC50EE: hue angle of 287.09º degrees, saturation: 0.82, 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 #CC50EE is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 80 | 238 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.07 |
| HSL | 287.09º | 0.82% | 0.62% | - |
| HSV(B) | 287.09º | 0.66% | 0.93% | - |
| XYZ | 43.2 | 24.75 | 83.39 | - |
| YUV | 135.09 | 186.08 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 238 | 0.14 | 0.66 | 0 | 0.07 | 287.09 | 0.82 | 0.62 |
| Hex | CC | 50 | EE | E | 42 | 0 | 7 | 11F | 52 | 3E |
| Octal | 314 | 120 | 356 | 16 | 102 | 0 | 7 | 437 | 122 | 76 |
| Binary | 11001100 | 1010000 | 11101110 | 1110 | 1000010 | 0 | 111 | 100011111 | 1010010 | 111110 |
Color Harmonies of #CC50EE
Complementary color
Monochromatic Colors of #CC50EE
Black with #CC50EE
Text Example
Text Example
White with #CC50EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC50EE; }
p { color: rgb(204,80,238); }
H1.HeaderClassName
{
color: #CC50EE;
}
.AnyTagClassName
{
color: #CC50EE;
}
</style>
background-color css
<style>
a { background-color: #CC50EE; }
a { background-color: rgb(204,80,238); }
div.DivClassName
{
background-color: #CC50EE;
}
.BgClassName
{
background-color: #CC50EE;
}
</style>
border-color css
<style>
span { border-color: #CC50EE; }
span { border-color: rgb(204,80,238); }
td.TdClassName
{
border-color: #CC50EE;
}
.TagClassName
{
border-color: #CC50EE;
}
</style>