Shades of Medium Orchid #CC53F2
Tints of Medium Orchid #CC53F2
RGB
CMYK
RGB Variations
Color information
#CC53F2 (or 0xCC53F2) is known color: Medium Orchid. HEX triplet: CC, 53 and F2. RGB value is (204,83,242). Sum of RGB (Red+Green+Blue) = 204+83+242=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 83 (32.81% from 255 or 15.69% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC53F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC53F2 is #33AC0D. Grayscale: #888888. Windows color (decimal): -3386382 or 15881164. OLE color: 15881164.
HSL color Cylindrical-coordinate representation of color #CC53F2: hue angle of 285.66º degrees, saturation: 0.86, 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 #CC53F2 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 83 | 242 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.05 |
| HSL | 285.66º | 0.86% | 0.64% | - |
| HSV(B) | 285.66º | 0.66% | 0.95% | - |
| XYZ | 44.02 | 25.43 | 86.59 | - |
| YUV | 137.31 | 187.09 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 242 | 0.16 | 0.66 | 0 | 0.05 | 285.66 | 0.86 | 0.64 |
| Hex | CC | 53 | F2 | 10 | 42 | 0 | 5 | 11E | 56 | 40 |
| Octal | 314 | 123 | 362 | 20 | 102 | 0 | 5 | 436 | 126 | 100 |
| Binary | 11001100 | 1010011 | 11110010 | 10000 | 1000010 | 0 | 101 | 100011110 | 1010110 | 1000000 |
Color Harmonies of #CC53F2
Complementary color
Monochromatic Colors of #CC53F2
Black with #CC53F2
Text Example
Text Example
White with #CC53F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC53F2; }
p { color: rgb(204,83,242); }
H1.HeaderClassName
{
color: #CC53F2;
}
.AnyTagClassName
{
color: #CC53F2;
}
</style>
background-color css
<style>
a { background-color: #CC53F2; }
a { background-color: rgb(204,83,242); }
div.DivClassName
{
background-color: #CC53F2;
}
.BgClassName
{
background-color: #CC53F2;
}
</style>
border-color css
<style>
span { border-color: #CC53F2; }
span { border-color: rgb(204,83,242); }
td.TdClassName
{
border-color: #CC53F2;
}
.TagClassName
{
border-color: #CC53F2;
}
</style>