Shades of Medium Orchid #CC45DD
Tints of Medium Orchid #CC45DD
RGB
CMYK
RGB Variations
Color information
#CC45DD (or 0xCC45DD) is known color: Medium Orchid. HEX triplet: CC, 45 and DD. RGB value is (204,69,221). Sum of RGB (Red+Green+Blue) = 204+69+221=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 69 (27.34% from 255 or 13.97% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC45DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC45DD is #33BA22. Grayscale: #7E7E7E. Windows color (decimal): -3389987 or 14501324. OLE color: 14501324.
HSL color Cylindrical-coordinate representation of color #CC45DD: hue angle of 293.29º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC45DD is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 69 | 221 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.13 |
| HSL | 293.29º | 0.69% | 0.57% | - |
| HSV(B) | 293.29º | 0.69% | 0.87% | - |
| XYZ | 40.08 | 22.31 | 70.6 | - |
| YUV | 126.69 | 181.23 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 221 | 0.08 | 0.69 | 0 | 0.13 | 293.29 | 0.69 | 0.57 |
| Hex | CC | 45 | DD | 8 | 45 | 0 | D | 125 | 45 | 39 |
| Octal | 314 | 105 | 335 | 10 | 105 | 0 | 15 | 445 | 105 | 71 |
| Binary | 11001100 | 1000101 | 11011101 | 1000 | 1000101 | 0 | 1101 | 100100101 | 1000101 | 111001 |
Color Harmonies of #CC45DD
Complementary color
Monochromatic Colors of #CC45DD
Black with #CC45DD
Text Example
Text Example
White with #CC45DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC45DD; }
p { color: rgb(204,69,221); }
H1.HeaderClassName
{
color: #CC45DD;
}
.AnyTagClassName
{
color: #CC45DD;
}
</style>
background-color css
<style>
a { background-color: #CC45DD; }
a { background-color: rgb(204,69,221); }
div.DivClassName
{
background-color: #CC45DD;
}
.BgClassName
{
background-color: #CC45DD;
}
</style>
border-color css
<style>
span { border-color: #CC45DD; }
span { border-color: rgb(204,69,221); }
td.TdClassName
{
border-color: #CC45DD;
}
.TagClassName
{
border-color: #CC45DD;
}
</style>