Shades of Medium Orchid #CC4BEC
Tints of Medium Orchid #CC4BEC
RGB
CMYK
RGB Variations
Color information
#CC4BEC (or 0xCC4BEC) is known color: Medium Orchid. HEX triplet: CC, 4B and EC. RGB value is (204,75,236). Sum of RGB (Red+Green+Blue) = 204+75+236=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 75 (29.69% from 255 or 14.56% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC4BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4BEC is #33B413. Grayscale: #838383. Windows color (decimal): -3388436 or 15485900. OLE color: 15485900.
HSL color Cylindrical-coordinate representation of color #CC4BEC: hue angle of 288.07º degrees, saturation: 0.81, 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 #CC4BEC is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 75 | 236 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.07 |
| HSL | 288.07º | 0.81% | 0.61% | - |
| HSV(B) | 288.07º | 0.68% | 0.93% | - |
| XYZ | 42.56 | 23.93 | 81.73 | - |
| YUV | 131.93 | 186.74 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 75 | 236 | 0.14 | 0.68 | 0 | 0.07 | 288.07 | 0.81 | 0.61 |
| Hex | CC | 4B | EC | E | 44 | 0 | 7 | 120 | 51 | 3D |
| Octal | 314 | 113 | 354 | 16 | 104 | 0 | 7 | 440 | 121 | 75 |
| Binary | 11001100 | 1001011 | 11101100 | 1110 | 1000100 | 0 | 111 | 100100000 | 1010001 | 111101 |
Color Harmonies of #CC4BEC
Complementary color
Monochromatic Colors of #CC4BEC
Black with #CC4BEC
Text Example
Text Example
White with #CC4BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4BEC; }
p { color: rgb(204,75,236); }
H1.HeaderClassName
{
color: #CC4BEC;
}
.AnyTagClassName
{
color: #CC4BEC;
}
</style>
background-color css
<style>
a { background-color: #CC4BEC; }
a { background-color: rgb(204,75,236); }
div.DivClassName
{
background-color: #CC4BEC;
}
.BgClassName
{
background-color: #CC4BEC;
}
</style>
border-color css
<style>
span { border-color: #CC4BEC; }
span { border-color: rgb(204,75,236); }
td.TdClassName
{
border-color: #CC4BEC;
}
.TagClassName
{
border-color: #CC4BEC;
}
</style>