Shades of Medium Orchid #CC40F8
Tints of Medium Orchid #CC40F8
RGB
CMYK
RGB Variations
Color information
#CC40F8 (or 0xCC40F8) is known color: Medium Orchid. HEX triplet: CC, 40 and F8. RGB value is (204,64,248). Sum of RGB (Red+Green+Blue) = 204+64+248=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 64 (25.39% from 255 or 12.40% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC40F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC40F8 is #33BF07. Grayscale: #7E7E7E. Windows color (decimal): -3391240 or 16269516. OLE color: 16269516.
HSL color Cylindrical-coordinate representation of color #CC40F8: hue angle of 285.65º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC40F8 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 64 | 248 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.03 |
| HSL | 285.65º | 0.93% | 0.61% | - |
| HSV(B) | 285.65º | 0.74% | 0.97% | - |
| XYZ | 43.68 | 23.28 | 91 | - |
| YUV | 126.84 | 196.38 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 248 | 0.18 | 0.74 | 0 | 0.03 | 285.65 | 0.93 | 0.61 |
| Hex | CC | 40 | F8 | 12 | 4A | 0 | 3 | 11E | 5D | 3D |
| Octal | 314 | 100 | 370 | 22 | 112 | 0 | 3 | 436 | 135 | 75 |
| Binary | 11001100 | 1000000 | 11111000 | 10010 | 1001010 | 0 | 11 | 100011110 | 1011101 | 111101 |
Color Harmonies of #CC40F8
Complementary color
Monochromatic Colors of #CC40F8
Black with #CC40F8
Text Example
Text Example
White with #CC40F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC40F8; }
p { color: rgb(204,64,248); }
H1.HeaderClassName
{
color: #CC40F8;
}
.AnyTagClassName
{
color: #CC40F8;
}
</style>
background-color css
<style>
a { background-color: #CC40F8; }
a { background-color: rgb(204,64,248); }
div.DivClassName
{
background-color: #CC40F8;
}
.BgClassName
{
background-color: #CC40F8;
}
</style>
border-color css
<style>
span { border-color: #CC40F8; }
span { border-color: rgb(204,64,248); }
td.TdClassName
{
border-color: #CC40F8;
}
.TagClassName
{
border-color: #CC40F8;
}
</style>