Shades of Medium Orchid #CC54D5
Tints of Medium Orchid #CC54D5
RGB
CMYK
RGB Variations
Color information
#CC54D5 (or 0xCC54D5) is known color: Medium Orchid. HEX triplet: CC, 54 and D5. RGB value is (204,84,213). Sum of RGB (Red+Green+Blue) = 204+84+213=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC54D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC54D5 is #33AB2A. Grayscale: #868686. Windows color (decimal): -3386155 or 13980876. OLE color: 13980876.
HSL color Cylindrical-coordinate representation of color #CC54D5: hue angle of 295.81º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC54D5 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 84 | 213 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.16 |
| HSL | 295.81º | 0.61% | 0.58% | - |
| HSV(B) | 295.81º | 0.61% | 0.84% | - |
| XYZ | 40.08 | 23.98 | 65.47 | - |
| YUV | 134.59 | 172.26 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 213 | 0.04 | 0.61 | 0 | 0.16 | 295.81 | 0.61 | 0.58 |
| Hex | CC | 54 | D5 | 4 | 3D | 0 | 10 | 128 | 3D | 3A |
| Octal | 314 | 124 | 325 | 4 | 75 | 0 | 20 | 450 | 75 | 72 |
| Binary | 11001100 | 1010100 | 11010101 | 100 | 111101 | 0 | 10000 | 100101000 | 111101 | 111010 |
Color Harmonies of #CC54D5
Complementary color
Monochromatic Colors of #CC54D5
Black with #CC54D5
Text Example
Text Example
White with #CC54D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC54D5; }
p { color: rgb(204,84,213); }
H1.HeaderClassName
{
color: #CC54D5;
}
.AnyTagClassName
{
color: #CC54D5;
}
</style>
background-color css
<style>
a { background-color: #CC54D5; }
a { background-color: rgb(204,84,213); }
div.DivClassName
{
background-color: #CC54D5;
}
.BgClassName
{
background-color: #CC54D5;
}
</style>
border-color css
<style>
span { border-color: #CC54D5; }
span { border-color: rgb(204,84,213); }
td.TdClassName
{
border-color: #CC54D5;
}
.TagClassName
{
border-color: #CC54D5;
}
</style>