Shades of Medium Orchid #CC37FD
Tints of Medium Orchid #CC37FD
RGB
CMYK
RGB Variations
Color information
#CC37FD (or 0xCC37FD) is known color: Medium Orchid. HEX triplet: CC, 37 and FD. RGB value is (204,55,253). Sum of RGB (Red+Green+Blue) = 204+55+253=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 55 (21.88% from 255 or 10.74% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC37FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC37FD is #33C802. Grayscale: #797979. Windows color (decimal): -3393539 or 16594892. OLE color: 16594892.
HSL color Cylindrical-coordinate representation of color #CC37FD: hue angle of 285.15º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC37FD is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 55 | 253 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.01 |
| HSL | 285.15º | 0.98% | 0.6% | - |
| HSV(B) | 285.15º | 0.78% | 0.99% | - |
| XYZ | 44 | 22.66 | 94.98 | - |
| YUV | 122.12 | 201.86 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 253 | 0.19 | 0.78 | 0 | 0.01 | 285.15 | 0.98 | 0.6 |
| Hex | CC | 37 | FD | 13 | 4E | 0 | 1 | 11D | 62 | 3C |
| Octal | 314 | 67 | 375 | 23 | 116 | 0 | 1 | 435 | 142 | 74 |
| Binary | 11001100 | 110111 | 11111101 | 10011 | 1001110 | 0 | 1 | 100011101 | 1100010 | 111100 |
Color Harmonies of #CC37FD
Complementary color
Monochromatic Colors of #CC37FD
Black with #CC37FD
Text Example
Text Example
White with #CC37FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC37FD; }
p { color: rgb(204,55,253); }
H1.HeaderClassName
{
color: #CC37FD;
}
.AnyTagClassName
{
color: #CC37FD;
}
</style>
background-color css
<style>
a { background-color: #CC37FD; }
a { background-color: rgb(204,55,253); }
div.DivClassName
{
background-color: #CC37FD;
}
.BgClassName
{
background-color: #CC37FD;
}
</style>
border-color css
<style>
span { border-color: #CC37FD; }
span { border-color: rgb(204,55,253); }
td.TdClassName
{
border-color: #CC37FD;
}
.TagClassName
{
border-color: #CC37FD;
}
</style>