Shades of Medium Orchid #CC5CED
Tints of Medium Orchid #CC5CED
RGB
CMYK
RGB Variations
Color information
#CC5CED (or 0xCC5CED) is known color: Medium Orchid. HEX triplet: CC, 5C and ED. RGB value is (204,92,237). Sum of RGB (Red+Green+Blue) = 204+92+237=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 92 (36.33% from 255 or 17.26% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC5CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5CED is #33A312. Grayscale: #8D8D8D. Windows color (decimal): -3384083 or 15555788. OLE color: 15555788.
HSL color Cylindrical-coordinate representation of color #CC5CED: hue angle of 286.34º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC5CED is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 92 | 237 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.07 |
| HSL | 286.34º | 0.8% | 0.65% | - |
| HSV(B) | 286.34º | 0.61% | 0.93% | - |
| XYZ | 44.02 | 26.61 | 82.94 | - |
| YUV | 142.02 | 181.61 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 237 | 0.14 | 0.61 | 0 | 0.07 | 286.34 | 0.8 | 0.65 |
| Hex | CC | 5C | ED | E | 3D | 0 | 7 | 11E | 50 | 41 |
| Octal | 314 | 134 | 355 | 16 | 75 | 0 | 7 | 436 | 120 | 101 |
| Binary | 11001100 | 1011100 | 11101101 | 1110 | 111101 | 0 | 111 | 100011110 | 1010000 | 1000001 |
Color Harmonies of #CC5CED
Complementary color
Monochromatic Colors of #CC5CED
Black with #CC5CED
Text Example
Text Example
White with #CC5CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5CED; }
p { color: rgb(204,92,237); }
H1.HeaderClassName
{
color: #CC5CED;
}
.AnyTagClassName
{
color: #CC5CED;
}
</style>
background-color css
<style>
a { background-color: #CC5CED; }
a { background-color: rgb(204,92,237); }
div.DivClassName
{
background-color: #CC5CED;
}
.BgClassName
{
background-color: #CC5CED;
}
</style>
border-color css
<style>
span { border-color: #CC5CED; }
span { border-color: rgb(204,92,237); }
td.TdClassName
{
border-color: #CC5CED;
}
.TagClassName
{
border-color: #CC5CED;
}
</style>