Shades of Medium Orchid #CC3CED
Tints of Medium Orchid #CC3CED
RGB
CMYK
RGB Variations
Color information
#CC3CED (or 0xCC3CED) is known color: Medium Orchid. HEX triplet: CC, 3C and ED. RGB value is (204,60,237). Sum of RGB (Red+Green+Blue) = 204+60+237=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 60 (23.83% from 255 or 11.98% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC3CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3CED is #33C312. Grayscale: #7A7A7A. Windows color (decimal): -3392275 or 15547596. OLE color: 15547596.
HSL color Cylindrical-coordinate representation of color #CC3CED: hue angle of 288.81º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3CED is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 60 | 237 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.07 |
| HSL | 288.81º | 0.83% | 0.58% | - |
| HSV(B) | 288.81º | 0.75% | 0.93% | - |
| XYZ | 41.8 | 22.18 | 82.2 | - |
| YUV | 123.23 | 192.21 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 237 | 0.14 | 0.75 | 0 | 0.07 | 288.81 | 0.83 | 0.58 |
| Hex | CC | 3C | ED | E | 4B | 0 | 7 | 121 | 53 | 3A |
| Octal | 314 | 74 | 355 | 16 | 113 | 0 | 7 | 441 | 123 | 72 |
| Binary | 11001100 | 111100 | 11101101 | 1110 | 1001011 | 0 | 111 | 100100001 | 1010011 | 111010 |
Color Harmonies of #CC3CED
Complementary color
Monochromatic Colors of #CC3CED
Black with #CC3CED
Text Example
Text Example
White with #CC3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3CED; }
p { color: rgb(204,60,237); }
H1.HeaderClassName
{
color: #CC3CED;
}
.AnyTagClassName
{
color: #CC3CED;
}
</style>
background-color css
<style>
a { background-color: #CC3CED; }
a { background-color: rgb(204,60,237); }
div.DivClassName
{
background-color: #CC3CED;
}
.BgClassName
{
background-color: #CC3CED;
}
</style>
border-color css
<style>
span { border-color: #CC3CED; }
span { border-color: rgb(204,60,237); }
td.TdClassName
{
border-color: #CC3CED;
}
.TagClassName
{
border-color: #CC3CED;
}
</style>