Shades of Medium Orchid #CC44F9
Tints of Medium Orchid #CC44F9
RGB
CMYK
RGB Variations
Color information
#CC44F9 (or 0xCC44F9) is known color: Medium Orchid. HEX triplet: CC, 44 and F9. RGB value is (204,68,249). Sum of RGB (Red+Green+Blue) = 204+68+249=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 68 (26.95% from 255 or 13.05% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC44F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC44F9 is #33BB06. Grayscale: #808080. Windows color (decimal): -3390215 or 16336076. OLE color: 16336076.
HSL color Cylindrical-coordinate representation of color #CC44F9: hue angle of 285.08º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC44F9 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 68 | 249 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.02 |
| HSL | 285.08º | 0.94% | 0.62% | - |
| HSV(B) | 285.08º | 0.73% | 0.98% | - |
| XYZ | 44.07 | 23.81 | 91.9 | - |
| YUV | 129.3 | 195.56 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 249 | 0.18 | 0.73 | 0 | 0.02 | 285.08 | 0.94 | 0.62 |
| Hex | CC | 44 | F9 | 12 | 49 | 0 | 2 | 11D | 5E | 3E |
| Octal | 314 | 104 | 371 | 22 | 111 | 0 | 2 | 435 | 136 | 76 |
| Binary | 11001100 | 1000100 | 11111001 | 10010 | 1001001 | 0 | 10 | 100011101 | 1011110 | 111110 |
Color Harmonies of #CC44F9
Complementary color
Monochromatic Colors of #CC44F9
Black with #CC44F9
Text Example
Text Example
White with #CC44F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44F9; }
p { color: rgb(204,68,249); }
H1.HeaderClassName
{
color: #CC44F9;
}
.AnyTagClassName
{
color: #CC44F9;
}
</style>
background-color css
<style>
a { background-color: #CC44F9; }
a { background-color: rgb(204,68,249); }
div.DivClassName
{
background-color: #CC44F9;
}
.BgClassName
{
background-color: #CC44F9;
}
</style>
border-color css
<style>
span { border-color: #CC44F9; }
span { border-color: rgb(204,68,249); }
td.TdClassName
{
border-color: #CC44F9;
}
.TagClassName
{
border-color: #CC44F9;
}
</style>