Shades of Medium Orchid #CC54DD
Tints of Medium Orchid #CC54DD
RGB
CMYK
RGB Variations
Color information
#CC54DD (or 0xCC54DD) is known color: Medium Orchid. HEX triplet: CC, 54 and DD. RGB value is (204,84,221). Sum of RGB (Red+Green+Blue) = 204+84+221=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC54DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC54DD is #33AB22. Grayscale: #878787. Windows color (decimal): -3386147 or 14505164. OLE color: 14505164.
HSL color Cylindrical-coordinate representation of color #CC54DD: hue angle of 292.55º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC54DD is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 84 | 221 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.13 |
| HSL | 292.55º | 0.67% | 0.6% | - |
| HSV(B) | 292.55º | 0.62% | 0.87% | - |
| XYZ | 41.12 | 24.4 | 70.95 | - |
| YUV | 135.5 | 176.26 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 221 | 0.08 | 0.62 | 0 | 0.13 | 292.55 | 0.67 | 0.6 |
| Hex | CC | 54 | DD | 8 | 3E | 0 | D | 125 | 43 | 3C |
| Octal | 314 | 124 | 335 | 10 | 76 | 0 | 15 | 445 | 103 | 74 |
| Binary | 11001100 | 1010100 | 11011101 | 1000 | 111110 | 0 | 1101 | 100100101 | 1000011 | 111100 |
Color Harmonies of #CC54DD
Complementary color
Monochromatic Colors of #CC54DD
Black with #CC54DD
Text Example
Text Example
White with #CC54DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC54DD; }
p { color: rgb(204,84,221); }
H1.HeaderClassName
{
color: #CC54DD;
}
.AnyTagClassName
{
color: #CC54DD;
}
</style>
background-color css
<style>
a { background-color: #CC54DD; }
a { background-color: rgb(204,84,221); }
div.DivClassName
{
background-color: #CC54DD;
}
.BgClassName
{
background-color: #CC54DD;
}
</style>
border-color css
<style>
span { border-color: #CC54DD; }
span { border-color: rgb(204,84,221); }
td.TdClassName
{
border-color: #CC54DD;
}
.TagClassName
{
border-color: #CC54DD;
}
</style>