Shades of Medium Orchid #CC51D5
Tints of Medium Orchid #CC51D5
RGB
CMYK
RGB Variations
Color information
#CC51D5 (or 0xCC51D5) is known color: Medium Orchid. HEX triplet: CC, 51 and D5. RGB value is (204,81,213). Sum of RGB (Red+Green+Blue) = 204+81+213=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC51D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51D5 is #33AE2A. Grayscale: #848484. Windows color (decimal): -3386923 or 13980108. OLE color: 13980108.
HSL color Cylindrical-coordinate representation of color #CC51D5: hue angle of 295.91º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC51D5 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 81 | 213 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.16 |
| HSL | 295.91º | 0.61% | 0.58% | - |
| HSV(B) | 295.91º | 0.62% | 0.84% | - |
| XYZ | 39.85 | 23.53 | 65.39 | - |
| YUV | 132.83 | 173.25 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 213 | 0.04 | 0.62 | 0 | 0.16 | 295.91 | 0.61 | 0.58 |
| Hex | CC | 51 | D5 | 4 | 3E | 0 | 10 | 128 | 3D | 3A |
| Octal | 314 | 121 | 325 | 4 | 76 | 0 | 20 | 450 | 75 | 72 |
| Binary | 11001100 | 1010001 | 11010101 | 100 | 111110 | 0 | 10000 | 100101000 | 111101 | 111010 |
Color Harmonies of #CC51D5
Complementary color
Monochromatic Colors of #CC51D5
Black with #CC51D5
Text Example
Text Example
White with #CC51D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51D5; }
p { color: rgb(204,81,213); }
H1.HeaderClassName
{
color: #CC51D5;
}
.AnyTagClassName
{
color: #CC51D5;
}
</style>
background-color css
<style>
a { background-color: #CC51D5; }
a { background-color: rgb(204,81,213); }
div.DivClassName
{
background-color: #CC51D5;
}
.BgClassName
{
background-color: #CC51D5;
}
</style>
border-color css
<style>
span { border-color: #CC51D5; }
span { border-color: rgb(204,81,213); }
td.TdClassName
{
border-color: #CC51D5;
}
.TagClassName
{
border-color: #CC51D5;
}
</style>