Shades of Medium Orchid #CC37F2
Tints of Medium Orchid #CC37F2
RGB
CMYK
RGB Variations
Color information
#CC37F2 (or 0xCC37F2) is known color: Medium Orchid. HEX triplet: CC, 37 and F2. RGB value is (204,55,242). Sum of RGB (Red+Green+Blue) = 204+55+242=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 55 (21.88% from 255 or 10.98% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC37F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC37F2 is #33C80D. Grayscale: #787878. Windows color (decimal): -3393550 or 15873996. OLE color: 15873996.
HSL color Cylindrical-coordinate representation of color #CC37F2: hue angle of 287.81º degrees, saturation: 0.88, 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 #CC37F2 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 55 | 242 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.05 |
| HSL | 287.81º | 0.88% | 0.58% | - |
| HSV(B) | 287.81º | 0.77% | 0.95% | - |
| XYZ | 42.3 | 21.98 | 86.02 | - |
| YUV | 120.87 | 196.36 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 242 | 0.16 | 0.77 | 0 | 0.05 | 287.81 | 0.88 | 0.58 |
| Hex | CC | 37 | F2 | 10 | 4D | 0 | 5 | 120 | 58 | 3A |
| Octal | 314 | 67 | 362 | 20 | 115 | 0 | 5 | 440 | 130 | 72 |
| Binary | 11001100 | 110111 | 11110010 | 10000 | 1001101 | 0 | 101 | 100100000 | 1011000 | 111010 |
Color Harmonies of #CC37F2
Complementary color
Monochromatic Colors of #CC37F2
Black with #CC37F2
Text Example
Text Example
White with #CC37F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC37F2; }
p { color: rgb(204,55,242); }
H1.HeaderClassName
{
color: #CC37F2;
}
.AnyTagClassName
{
color: #CC37F2;
}
</style>
background-color css
<style>
a { background-color: #CC37F2; }
a { background-color: rgb(204,55,242); }
div.DivClassName
{
background-color: #CC37F2;
}
.BgClassName
{
background-color: #CC37F2;
}
</style>
border-color css
<style>
span { border-color: #CC37F2; }
span { border-color: rgb(204,55,242); }
td.TdClassName
{
border-color: #CC37F2;
}
.TagClassName
{
border-color: #CC37F2;
}
</style>