Shades of Medium Orchid #CC4CE1
Tints of Medium Orchid #CC4CE1
RGB
CMYK
RGB Variations
Color information
#CC4CE1 (or 0xCC4CE1) is known color: Medium Orchid. HEX triplet: CC, 4C and E1. RGB value is (204,76,225). Sum of RGB (Red+Green+Blue) = 204+76+225=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC4CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CE1 is #33B31E. Grayscale: #828282. Windows color (decimal): -3388191 or 14765260. OLE color: 14765260.
HSL color Cylindrical-coordinate representation of color #CC4CE1: hue angle of 291.54º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4CE1 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 76 | 225 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.12 |
| HSL | 291.54º | 0.71% | 0.59% | - |
| HSV(B) | 291.54º | 0.66% | 0.88% | - |
| XYZ | 41.08 | 23.44 | 73.59 | - |
| YUV | 131.26 | 180.91 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 225 | 0.09 | 0.66 | 0 | 0.12 | 291.54 | 0.71 | 0.59 |
| Hex | CC | 4C | E1 | 9 | 42 | 0 | C | 124 | 47 | 3B |
| Octal | 314 | 114 | 341 | 11 | 102 | 0 | 14 | 444 | 107 | 73 |
| Binary | 11001100 | 1001100 | 11100001 | 1001 | 1000010 | 0 | 1100 | 100100100 | 1000111 | 111011 |
Color Harmonies of #CC4CE1
Complementary color
Monochromatic Colors of #CC4CE1
Black with #CC4CE1
Text Example
Text Example
White with #CC4CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4CE1; }
p { color: rgb(204,76,225); }
H1.HeaderClassName
{
color: #CC4CE1;
}
.AnyTagClassName
{
color: #CC4CE1;
}
</style>
background-color css
<style>
a { background-color: #CC4CE1; }
a { background-color: rgb(204,76,225); }
div.DivClassName
{
background-color: #CC4CE1;
}
.BgClassName
{
background-color: #CC4CE1;
}
</style>
border-color css
<style>
span { border-color: #CC4CE1; }
span { border-color: rgb(204,76,225); }
td.TdClassName
{
border-color: #CC4CE1;
}
.TagClassName
{
border-color: #CC4CE1;
}
</style>