Shades of Medium Orchid #CC51E5
Tints of Medium Orchid #CC51E5
RGB
CMYK
RGB Variations
Color information
#CC51E5 (or 0xCC51E5) is known color: Medium Orchid. HEX triplet: CC, 51 and E5. RGB value is (204,81,229). Sum of RGB (Red+Green+Blue) = 204+81+229=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 81 (32.03% from 255 or 15.76% from 514); Blue value is 229 (89.84% from 255 or 44.55% from 514); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC51E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51E5 is #33AE1A. Grayscale: #868686. Windows color (decimal): -3386907 or 15028684. OLE color: 15028684.
HSL color Cylindrical-coordinate representation of color #CC51E5: hue angle of 289.86º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC51E5 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 81 | 229 | - |
CMYK | 0.11 | 0.65 | 0 | 0.10 |
HSL | 289.86º | 0.74% | 0.61% | - |
HSV(B) | 289.86º | 0.65% | 0.9% | - |
XYZ | 41.99 | 24.38 | 76.62 | - |
YUV | 134.65 | 181.25 | 177.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 81 | 229 | 0.11 | 0.65 | 0 | 0.10 | 289.86 | 0.74 | 0.61 |
Hex | CC | 51 | E5 | B | 41 | 0 | A | 122 | 4A | 3D |
Octal | 314 | 121 | 345 | 13 | 101 | 0 | 12 | 442 | 112 | 75 |
Binary | 11001100 | 1010001 | 11100101 | 1011 | 1000001 | 0 | 1010 | 100100010 | 1001010 | 111101 |
Color Harmonies of #CC51E5
Complementary color
Monochromatic Colors of #CC51E5
Black with #CC51E5
Text Example
Text Example
White with #CC51E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51E5; }
p { color: rgb(204,81,229); }
H1.HeaderClassName
{
color: #CC51E5;
}
.AnyTagClassName
{
color: #CC51E5;
}
</style>
background-color css
<style>
a { background-color: #CC51E5; }
a { background-color: rgb(204,81,229); }
div.DivClassName
{
background-color: #CC51E5;
}
.BgClassName
{
background-color: #CC51E5;
}
</style>
border-color css
<style>
span { border-color: #CC51E5; }
span { border-color: rgb(204,81,229); }
td.TdClassName
{
border-color: #CC51E5;
}
.TagClassName
{
border-color: #CC51E5;
}
</style>