Shades of Medium Orchid #CC37F8
Tints of Medium Orchid #CC37F8
RGB
CMYK
RGB Variations
Color information
#CC37F8 (or 0xCC37F8) is known color: Medium Orchid. HEX triplet: CC, 37 and F8. RGB value is (204,55,248). Sum of RGB (Red+Green+Blue) = 204+55+248=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 55 (21.88% from 255 or 10.85% from 507); Blue value is 248 (97.27% from 255 or 48.92% from 507); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC37F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC37F8 is #33C807. Grayscale: #787878. Windows color (decimal): -3393544 or 16267212. OLE color: 16267212.
HSL color Cylindrical-coordinate representation of color #CC37F8: hue angle of 286.32º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC37F8 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 55 | 248 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.03 |
| HSL | 286.32º | 0.93% | 0.59% | - |
| HSV(B) | 286.32º | 0.78% | 0.97% | - |
| XYZ | 43.21 | 22.35 | 90.84 | - |
| YUV | 121.55 | 199.36 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 248 | 0.18 | 0.78 | 0 | 0.03 | 286.32 | 0.93 | 0.59 |
| Hex | CC | 37 | F8 | 12 | 4E | 0 | 3 | 11E | 5D | 3B |
| Octal | 314 | 67 | 370 | 22 | 116 | 0 | 3 | 436 | 135 | 73 |
| Binary | 11001100 | 110111 | 11111000 | 10010 | 1001110 | 0 | 11 | 100011110 | 1011101 | 111011 |
Color Harmonies of #CC37F8
Complementary color
Monochromatic Colors of #CC37F8
Black with #CC37F8
Text Example
Text Example
White with #CC37F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC37F8; }
p { color: rgb(204,55,248); }
H1.HeaderClassName
{
color: #CC37F8;
}
.AnyTagClassName
{
color: #CC37F8;
}
</style>
background-color css
<style>
a { background-color: #CC37F8; }
a { background-color: rgb(204,55,248); }
div.DivClassName
{
background-color: #CC37F8;
}
.BgClassName
{
background-color: #CC37F8;
}
</style>
border-color css
<style>
span { border-color: #CC37F8; }
span { border-color: rgb(204,55,248); }
td.TdClassName
{
border-color: #CC37F8;
}
.TagClassName
{
border-color: #CC37F8;
}
</style>