Shades of Medium Orchid #CC44F5
Tints of Medium Orchid #CC44F5
RGB
CMYK
RGB Variations
Color information
#CC44F5 (or 0xCC44F5) is known color: Medium Orchid. HEX triplet: CC, 44 and F5. RGB value is (204,68,245). Sum of RGB (Red+Green+Blue) = 204+68+245=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 68 (26.95% from 255 or 13.15% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC44F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC44F5 is #33BB0A. Grayscale: #808080. Windows color (decimal): -3390219 or 16073932. OLE color: 16073932.
HSL color Cylindrical-coordinate representation of color #CC44F5: hue angle of 286.1º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC44F5 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 68 | 245 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.04 |
| HSL | 286.1º | 0.9% | 0.61% | - |
| HSV(B) | 286.1º | 0.72% | 0.96% | - |
| XYZ | 43.45 | 23.56 | 88.64 | - |
| YUV | 128.84 | 193.56 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 245 | 0.17 | 0.72 | 0 | 0.04 | 286.1 | 0.9 | 0.61 |
| Hex | CC | 44 | F5 | 11 | 48 | 0 | 4 | 11E | 5A | 3D |
| Octal | 314 | 104 | 365 | 21 | 110 | 0 | 4 | 436 | 132 | 75 |
| Binary | 11001100 | 1000100 | 11110101 | 10001 | 1001000 | 0 | 100 | 100011110 | 1011010 | 111101 |
Color Harmonies of #CC44F5
Complementary color
Monochromatic Colors of #CC44F5
Black with #CC44F5
Text Example
Text Example
White with #CC44F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44F5; }
p { color: rgb(204,68,245); }
H1.HeaderClassName
{
color: #CC44F5;
}
.AnyTagClassName
{
color: #CC44F5;
}
</style>
background-color css
<style>
a { background-color: #CC44F5; }
a { background-color: rgb(204,68,245); }
div.DivClassName
{
background-color: #CC44F5;
}
.BgClassName
{
background-color: #CC44F5;
}
</style>
border-color css
<style>
span { border-color: #CC44F5; }
span { border-color: rgb(204,68,245); }
td.TdClassName
{
border-color: #CC44F5;
}
.TagClassName
{
border-color: #CC44F5;
}
</style>