Shades of Medium Orchid #CC4CED
Tints of Medium Orchid #CC4CED
RGB
CMYK
RGB Variations
Color information
#CC4CED (or 0xCC4CED) is known color: Medium Orchid. HEX triplet: CC, 4C and ED. RGB value is (204,76,237). Sum of RGB (Red+Green+Blue) = 204+76+237=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 76 (30.08% from 255 or 14.70% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC4CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4CED is #33B312. Grayscale: #848484. Windows color (decimal): -3388179 or 15551692. OLE color: 15551692.
HSL color Cylindrical-coordinate representation of color #CC4CED: hue angle of 287.7º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4CED is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 76 | 237 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.07 |
| HSL | 287.7º | 0.82% | 0.61% | - |
| HSV(B) | 287.7º | 0.68% | 0.93% | - |
| XYZ | 42.77 | 24.12 | 82.52 | - |
| YUV | 132.63 | 186.91 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 237 | 0.14 | 0.68 | 0 | 0.07 | 287.7 | 0.82 | 0.61 |
| Hex | CC | 4C | ED | E | 44 | 0 | 7 | 120 | 52 | 3D |
| Octal | 314 | 114 | 355 | 16 | 104 | 0 | 7 | 440 | 122 | 75 |
| Binary | 11001100 | 1001100 | 11101101 | 1110 | 1000100 | 0 | 111 | 100100000 | 1010010 | 111101 |
Color Harmonies of #CC4CED
Complementary color
Monochromatic Colors of #CC4CED
Black with #CC4CED
Text Example
Text Example
White with #CC4CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4CED; }
p { color: rgb(204,76,237); }
H1.HeaderClassName
{
color: #CC4CED;
}
.AnyTagClassName
{
color: #CC4CED;
}
</style>
background-color css
<style>
a { background-color: #CC4CED; }
a { background-color: rgb(204,76,237); }
div.DivClassName
{
background-color: #CC4CED;
}
.BgClassName
{
background-color: #CC4CED;
}
</style>
border-color css
<style>
span { border-color: #CC4CED; }
span { border-color: rgb(204,76,237); }
td.TdClassName
{
border-color: #CC4CED;
}
.TagClassName
{
border-color: #CC4CED;
}
</style>