Shades of Medium Orchid #CC53DF
Tints of Medium Orchid #CC53DF
RGB
CMYK
RGB Variations
Color information
#CC53DF (or 0xCC53DF) is known color: Medium Orchid. HEX triplet: CC, 53 and DF. RGB value is (204,83,223). Sum of RGB (Red+Green+Blue) = 204+83+223=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC53DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC53DF is #33AC20. Grayscale: #868686. Windows color (decimal): -3386401 or 14635980. OLE color: 14635980.
HSL color Cylindrical-coordinate representation of color #CC53DF: hue angle of 291.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC53DF is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 83 | 223 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.13 |
| HSL | 291.86º | 0.69% | 0.6% | - |
| HSV(B) | 291.86º | 0.63% | 0.87% | - |
| XYZ | 41.31 | 24.35 | 72.33 | - |
| YUV | 135.14 | 177.59 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 223 | 0.09 | 0.63 | 0 | 0.13 | 291.86 | 0.69 | 0.6 |
| Hex | CC | 53 | DF | 9 | 3F | 0 | D | 124 | 45 | 3C |
| Octal | 314 | 123 | 337 | 11 | 77 | 0 | 15 | 444 | 105 | 74 |
| Binary | 11001100 | 1010011 | 11011111 | 1001 | 111111 | 0 | 1101 | 100100100 | 1000101 | 111100 |
Color Harmonies of #CC53DF
Complementary color
Monochromatic Colors of #CC53DF
Black with #CC53DF
Text Example
Text Example
White with #CC53DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC53DF; }
p { color: rgb(204,83,223); }
H1.HeaderClassName
{
color: #CC53DF;
}
.AnyTagClassName
{
color: #CC53DF;
}
</style>
background-color css
<style>
a { background-color: #CC53DF; }
a { background-color: rgb(204,83,223); }
div.DivClassName
{
background-color: #CC53DF;
}
.BgClassName
{
background-color: #CC53DF;
}
</style>
border-color css
<style>
span { border-color: #CC53DF; }
span { border-color: rgb(204,83,223); }
td.TdClassName
{
border-color: #CC53DF;
}
.TagClassName
{
border-color: #CC53DF;
}
</style>