Shades of Medium Orchid #CC53F1
Tints of Medium Orchid #CC53F1
RGB
CMYK
RGB Variations
Color information
#CC53F1 (or 0xCC53F1) is known color: Medium Orchid. HEX triplet: CC, 53 and F1. RGB value is (204,83,241). Sum of RGB (Red+Green+Blue) = 204+83+241=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 83 (32.81% from 255 or 15.72% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC53F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC53F1 is #33AC0E. Grayscale: #888888. Windows color (decimal): -3386383 or 15815628. OLE color: 15815628.
HSL color Cylindrical-coordinate representation of color #CC53F1: hue angle of 285.95º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC53F1 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 83 | 241 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.05 |
| HSL | 285.95º | 0.85% | 0.64% | - |
| HSV(B) | 285.95º | 0.66% | 0.95% | - |
| XYZ | 43.87 | 25.37 | 85.8 | - |
| YUV | 137.19 | 186.59 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 241 | 0.15 | 0.66 | 0 | 0.05 | 285.95 | 0.85 | 0.64 |
| Hex | CC | 53 | F1 | F | 42 | 0 | 5 | 11E | 55 | 40 |
| Octal | 314 | 123 | 361 | 17 | 102 | 0 | 5 | 436 | 125 | 100 |
| Binary | 11001100 | 1010011 | 11110001 | 1111 | 1000010 | 0 | 101 | 100011110 | 1010101 | 1000000 |
Color Harmonies of #CC53F1
Complementary color
Monochromatic Colors of #CC53F1
Black with #CC53F1
Text Example
Text Example
White with #CC53F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC53F1; }
p { color: rgb(204,83,241); }
H1.HeaderClassName
{
color: #CC53F1;
}
.AnyTagClassName
{
color: #CC53F1;
}
</style>
background-color css
<style>
a { background-color: #CC53F1; }
a { background-color: rgb(204,83,241); }
div.DivClassName
{
background-color: #CC53F1;
}
.BgClassName
{
background-color: #CC53F1;
}
</style>
border-color css
<style>
span { border-color: #CC53F1; }
span { border-color: rgb(204,83,241); }
td.TdClassName
{
border-color: #CC53F1;
}
.TagClassName
{
border-color: #CC53F1;
}
</style>