Shades of Medium Orchid #CC53E6
Tints of Medium Orchid #CC53E6
RGB
CMYK
RGB Variations
Color information
#CC53E6 (or 0xCC53E6) is known color: Medium Orchid. HEX triplet: CC, 53 and E6. RGB value is (204,83,230). Sum of RGB (Red+Green+Blue) = 204+83+230=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC53E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC53E6 is #33AC19. Grayscale: #878787. Windows color (decimal): -3386394 or 15094732. OLE color: 15094732.
HSL color Cylindrical-coordinate representation of color #CC53E6: hue angle of 289.39º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC53E6 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 83 | 230 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.10 |
| HSL | 289.39º | 0.75% | 0.61% | - |
| HSV(B) | 289.39º | 0.64% | 0.9% | - |
| XYZ | 42.28 | 24.74 | 77.41 | - |
| YUV | 135.94 | 181.09 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 230 | 0.11 | 0.64 | 0 | 0.10 | 289.39 | 0.75 | 0.61 |
| Hex | CC | 53 | E6 | B | 40 | 0 | A | 121 | 4B | 3D |
| Octal | 314 | 123 | 346 | 13 | 100 | 0 | 12 | 441 | 113 | 75 |
| Binary | 11001100 | 1010011 | 11100110 | 1011 | 1000000 | 0 | 1010 | 100100001 | 1001011 | 111101 |
Color Harmonies of #CC53E6
Complementary color
Monochromatic Colors of #CC53E6
Black with #CC53E6
Text Example
Text Example
White with #CC53E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC53E6; }
p { color: rgb(204,83,230); }
H1.HeaderClassName
{
color: #CC53E6;
}
.AnyTagClassName
{
color: #CC53E6;
}
</style>
background-color css
<style>
a { background-color: #CC53E6; }
a { background-color: rgb(204,83,230); }
div.DivClassName
{
background-color: #CC53E6;
}
.BgClassName
{
background-color: #CC53E6;
}
</style>
border-color css
<style>
span { border-color: #CC53E6; }
span { border-color: rgb(204,83,230); }
td.TdClassName
{
border-color: #CC53E6;
}
.TagClassName
{
border-color: #CC53E6;
}
</style>