Shades of Medium Orchid #CC3BE0
Tints of Medium Orchid #CC3BE0
RGB
CMYK
RGB Variations
Color information
#CC3BE0 (or 0xCC3BE0) is known color: Medium Orchid. HEX triplet: CC, 3B and E0. RGB value is (204,59,224). Sum of RGB (Red+Green+Blue) = 204+59+224=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 59 (23.44% from 255 or 12.11% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC3BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3BE0 is #33C41F. Grayscale: #787878. Windows color (decimal): -3392544 or 14695372. OLE color: 14695372.
HSL color Cylindrical-coordinate representation of color #CC3BE0: hue angle of 292.73º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3BE0 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 59 | 224 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.12 |
| HSL | 292.73º | 0.73% | 0.55% | - |
| HSV(B) | 292.73º | 0.74% | 0.88% | - |
| XYZ | 39.92 | 21.35 | 72.54 | - |
| YUV | 121.17 | 186.04 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 59 | 224 | 0.09 | 0.74 | 0 | 0.12 | 292.73 | 0.73 | 0.55 |
| Hex | CC | 3B | E0 | 9 | 4A | 0 | C | 125 | 49 | 37 |
| Octal | 314 | 73 | 340 | 11 | 112 | 0 | 14 | 445 | 111 | 67 |
| Binary | 11001100 | 111011 | 11100000 | 1001 | 1001010 | 0 | 1100 | 100100101 | 1001001 | 110111 |
Color Harmonies of #CC3BE0
Complementary color
Monochromatic Colors of #CC3BE0
Black with #CC3BE0
Text Example
Text Example
White with #CC3BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3BE0; }
p { color: rgb(204,59,224); }
H1.HeaderClassName
{
color: #CC3BE0;
}
.AnyTagClassName
{
color: #CC3BE0;
}
</style>
background-color css
<style>
a { background-color: #CC3BE0; }
a { background-color: rgb(204,59,224); }
div.DivClassName
{
background-color: #CC3BE0;
}
.BgClassName
{
background-color: #CC3BE0;
}
</style>
border-color css
<style>
span { border-color: #CC3BE0; }
span { border-color: rgb(204,59,224); }
td.TdClassName
{
border-color: #CC3BE0;
}
.TagClassName
{
border-color: #CC3BE0;
}
</style>