Shades of Medium Orchid #CC44F0
Tints of Medium Orchid #CC44F0
RGB
CMYK
RGB Variations
Color information
#CC44F0 (or 0xCC44F0) is known color: Medium Orchid. HEX triplet: CC, 44 and F0. RGB value is (204,68,240). Sum of RGB (Red+Green+Blue) = 204+68+240=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 68 (26.95% from 255 or 13.28% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC44F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC44F0 is #33BB0F. Grayscale: #7F7F7F. Windows color (decimal): -3390224 or 15746252. OLE color: 15746252.
HSL color Cylindrical-coordinate representation of color #CC44F0: hue angle of 287.44º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC44F0 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 68 | 240 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.06 |
| HSL | 287.44º | 0.85% | 0.6% | - |
| HSV(B) | 287.44º | 0.72% | 0.94% | - |
| XYZ | 42.7 | 23.26 | 84.68 | - |
| YUV | 128.27 | 191.06 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 240 | 0.15 | 0.72 | 0 | 0.06 | 287.44 | 0.85 | 0.6 |
| Hex | CC | 44 | F0 | F | 48 | 0 | 6 | 11F | 55 | 3C |
| Octal | 314 | 104 | 360 | 17 | 110 | 0 | 6 | 437 | 125 | 74 |
| Binary | 11001100 | 1000100 | 11110000 | 1111 | 1001000 | 0 | 110 | 100011111 | 1010101 | 111100 |
Color Harmonies of #CC44F0
Complementary color
Monochromatic Colors of #CC44F0
Black with #CC44F0
Text Example
Text Example
White with #CC44F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44F0; }
p { color: rgb(204,68,240); }
H1.HeaderClassName
{
color: #CC44F0;
}
.AnyTagClassName
{
color: #CC44F0;
}
</style>
background-color css
<style>
a { background-color: #CC44F0; }
a { background-color: rgb(204,68,240); }
div.DivClassName
{
background-color: #CC44F0;
}
.BgClassName
{
background-color: #CC44F0;
}
</style>
border-color css
<style>
span { border-color: #CC44F0; }
span { border-color: rgb(204,68,240); }
td.TdClassName
{
border-color: #CC44F0;
}
.TagClassName
{
border-color: #CC44F0;
}
</style>