Shades of Medium Orchid #CC44EF
Tints of Medium Orchid #CC44EF
RGB
CMYK
RGB Variations
Color information
#CC44EF (or 0xCC44EF) is known color: Medium Orchid. HEX triplet: CC, 44 and EF. RGB value is (204,68,239). Sum of RGB (Red+Green+Blue) = 204+68+239=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 68 (26.95% from 255 or 13.31% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC44EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC44EF is #33BB10. Grayscale: #7F7F7F. Windows color (decimal): -3390225 or 15680716. OLE color: 15680716.
HSL color Cylindrical-coordinate representation of color #CC44EF: hue angle of 287.72º degrees, saturation: 0.84, 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 #CC44EF is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 68 | 239 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.06 |
| HSL | 287.72º | 0.84% | 0.6% | - |
| HSV(B) | 287.72º | 0.72% | 0.94% | - |
| XYZ | 42.55 | 23.2 | 83.9 | - |
| YUV | 128.16 | 190.56 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 239 | 0.15 | 0.72 | 0 | 0.06 | 287.72 | 0.84 | 0.6 |
| Hex | CC | 44 | EF | F | 48 | 0 | 6 | 120 | 54 | 3C |
| Octal | 314 | 104 | 357 | 17 | 110 | 0 | 6 | 440 | 124 | 74 |
| Binary | 11001100 | 1000100 | 11101111 | 1111 | 1001000 | 0 | 110 | 100100000 | 1010100 | 111100 |
Color Harmonies of #CC44EF
Complementary color
Monochromatic Colors of #CC44EF
Black with #CC44EF
Text Example
Text Example
White with #CC44EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44EF; }
p { color: rgb(204,68,239); }
H1.HeaderClassName
{
color: #CC44EF;
}
.AnyTagClassName
{
color: #CC44EF;
}
</style>
background-color css
<style>
a { background-color: #CC44EF; }
a { background-color: rgb(204,68,239); }
div.DivClassName
{
background-color: #CC44EF;
}
.BgClassName
{
background-color: #CC44EF;
}
</style>
border-color css
<style>
span { border-color: #CC44EF; }
span { border-color: rgb(204,68,239); }
td.TdClassName
{
border-color: #CC44EF;
}
.TagClassName
{
border-color: #CC44EF;
}
</style>