Shades of Medium Orchid #CC3CE5
Tints of Medium Orchid #CC3CE5
RGB
CMYK
RGB Variations
Color information
#CC3CE5 (or 0xCC3CE5) is known color: Medium Orchid. HEX triplet: CC, 3C and E5. RGB value is (204,60,229). Sum of RGB (Red+Green+Blue) = 204+60+229=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 60 (23.83% from 255 or 12.17% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC3CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3CE5 is #33C31A. Grayscale: #797979. Windows color (decimal): -3392283 or 15023308. OLE color: 15023308.
HSL color Cylindrical-coordinate representation of color #CC3CE5: hue angle of 291.12º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3CE5 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 60 | 229 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.10 |
| HSL | 291.12º | 0.76% | 0.57% | - |
| HSV(B) | 291.12º | 0.74% | 0.9% | - |
| XYZ | 40.66 | 21.73 | 76.18 | - |
| YUV | 122.32 | 188.21 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 229 | 0.11 | 0.74 | 0 | 0.10 | 291.12 | 0.76 | 0.57 |
| Hex | CC | 3C | E5 | B | 4A | 0 | A | 123 | 4C | 39 |
| Octal | 314 | 74 | 345 | 13 | 112 | 0 | 12 | 443 | 114 | 71 |
| Binary | 11001100 | 111100 | 11100101 | 1011 | 1001010 | 0 | 1010 | 100100011 | 1001100 | 111001 |
Color Harmonies of #CC3CE5
Complementary color
Monochromatic Colors of #CC3CE5
Black with #CC3CE5
Text Example
Text Example
White with #CC3CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3CE5; }
p { color: rgb(204,60,229); }
H1.HeaderClassName
{
color: #CC3CE5;
}
.AnyTagClassName
{
color: #CC3CE5;
}
</style>
background-color css
<style>
a { background-color: #CC3CE5; }
a { background-color: rgb(204,60,229); }
div.DivClassName
{
background-color: #CC3CE5;
}
.BgClassName
{
background-color: #CC3CE5;
}
</style>
border-color css
<style>
span { border-color: #CC3CE5; }
span { border-color: rgb(204,60,229); }
td.TdClassName
{
border-color: #CC3CE5;
}
.TagClassName
{
border-color: #CC3CE5;
}
</style>