Shades of Medium Orchid #CC37F3
Tints of Medium Orchid #CC37F3
RGB
CMYK
RGB Variations
Color information
#CC37F3 (or 0xCC37F3) is known color: Medium Orchid. HEX triplet: CC, 37 and F3. RGB value is (204,55,243). Sum of RGB (Red+Green+Blue) = 204+55+243=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 55 (21.88% from 255 or 10.96% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC37F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC37F3 is #33C80C. Grayscale: #787878. Windows color (decimal): -3393549 or 15939532. OLE color: 15939532.
HSL color Cylindrical-coordinate representation of color #CC37F3: hue angle of 287.55º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC37F3 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 55 | 243 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.05 |
| HSL | 287.55º | 0.89% | 0.58% | - |
| HSV(B) | 287.55º | 0.77% | 0.95% | - |
| XYZ | 42.45 | 22.04 | 86.81 | - |
| YUV | 120.98 | 196.86 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 243 | 0.16 | 0.77 | 0 | 0.05 | 287.55 | 0.89 | 0.58 |
| Hex | CC | 37 | F3 | 10 | 4D | 0 | 5 | 120 | 59 | 3A |
| Octal | 314 | 67 | 363 | 20 | 115 | 0 | 5 | 440 | 131 | 72 |
| Binary | 11001100 | 110111 | 11110011 | 10000 | 1001101 | 0 | 101 | 100100000 | 1011001 | 111010 |
Color Harmonies of #CC37F3
Complementary color
Monochromatic Colors of #CC37F3
Black with #CC37F3
Text Example
Text Example
White with #CC37F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC37F3; }
p { color: rgb(204,55,243); }
H1.HeaderClassName
{
color: #CC37F3;
}
.AnyTagClassName
{
color: #CC37F3;
}
</style>
background-color css
<style>
a { background-color: #CC37F3; }
a { background-color: rgb(204,55,243); }
div.DivClassName
{
background-color: #CC37F3;
}
.BgClassName
{
background-color: #CC37F3;
}
</style>
border-color css
<style>
span { border-color: #CC37F3; }
span { border-color: rgb(204,55,243); }
td.TdClassName
{
border-color: #CC37F3;
}
.TagClassName
{
border-color: #CC37F3;
}
</style>