Shades of Medium Orchid #CC3BEC
Tints of Medium Orchid #CC3BEC
RGB
CMYK
RGB Variations
Color information
#CC3BEC (or 0xCC3BEC) is known color: Medium Orchid. HEX triplet: CC, 3B and EC. RGB value is (204,59,236). Sum of RGB (Red+Green+Blue) = 204+59+236=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 59 (23.44% from 255 or 11.82% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC3BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3BEC is #33C413. Grayscale: #797979. Windows color (decimal): -3392532 or 15481804. OLE color: 15481804.
HSL color Cylindrical-coordinate representation of color #CC3BEC: hue angle of 289.15º degrees, saturation: 0.82, 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 #CC3BEC is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 59 | 236 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.07 |
| HSL | 289.15º | 0.82% | 0.58% | - |
| HSV(B) | 289.15º | 0.75% | 0.93% | - |
| XYZ | 41.61 | 22.02 | 81.41 | - |
| YUV | 122.53 | 192.04 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 59 | 236 | 0.14 | 0.75 | 0 | 0.07 | 289.15 | 0.82 | 0.58 |
| Hex | CC | 3B | EC | E | 4B | 0 | 7 | 121 | 52 | 3A |
| Octal | 314 | 73 | 354 | 16 | 113 | 0 | 7 | 441 | 122 | 72 |
| Binary | 11001100 | 111011 | 11101100 | 1110 | 1001011 | 0 | 111 | 100100001 | 1010010 | 111010 |
Color Harmonies of #CC3BEC
Complementary color
Monochromatic Colors of #CC3BEC
Black with #CC3BEC
Text Example
Text Example
White with #CC3BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3BEC; }
p { color: rgb(204,59,236); }
H1.HeaderClassName
{
color: #CC3BEC;
}
.AnyTagClassName
{
color: #CC3BEC;
}
</style>
background-color css
<style>
a { background-color: #CC3BEC; }
a { background-color: rgb(204,59,236); }
div.DivClassName
{
background-color: #CC3BEC;
}
.BgClassName
{
background-color: #CC3BEC;
}
</style>
border-color css
<style>
span { border-color: #CC3BEC; }
span { border-color: rgb(204,59,236); }
td.TdClassName
{
border-color: #CC3BEC;
}
.TagClassName
{
border-color: #CC3BEC;
}
</style>