Shades of Medium Orchid #CC44FE
Tints of Medium Orchid #CC44FE
RGB
CMYK
RGB Variations
Color information
#CC44FE (or 0xCC44FE) is known color: Medium Orchid. HEX triplet: CC, 44 and FE. RGB value is (204,68,254). Sum of RGB (Red+Green+Blue) = 204+68+254=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 68 (26.95% from 255 or 12.93% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC44FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC44FE is #33BB01. Grayscale: #818181. Windows color (decimal): -3390210 or 16663756. OLE color: 16663756.
HSL color Cylindrical-coordinate representation of color #CC44FE: hue angle of 283.87º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC44FE is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 68 | 254 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.00 |
| HSL | 283.87º | 0.99% | 0.63% | - |
| HSV(B) | 283.87º | 0.73% | 1% | - |
| XYZ | 44.86 | 24.13 | 96.06 | - |
| YUV | 129.87 | 198.06 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 254 | 0.20 | 0.73 | 0 | 0.00 | 283.87 | 0.99 | 0.63 |
| Hex | CC | 44 | FE | 14 | 49 | 0 | 0 | 11C | 63 | 3F |
| Octal | 314 | 104 | 376 | 24 | 111 | 0 | 0 | 434 | 143 | 77 |
| Binary | 11001100 | 1000100 | 11111110 | 10100 | 1001001 | 0 | 0 | 100011100 | 1100011 | 111111 |
Color Harmonies of #CC44FE
Complementary color
Monochromatic Colors of #CC44FE
Black with #CC44FE
Text Example
Text Example
White with #CC44FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44FE; }
p { color: rgb(204,68,254); }
H1.HeaderClassName
{
color: #CC44FE;
}
.AnyTagClassName
{
color: #CC44FE;
}
</style>
background-color css
<style>
a { background-color: #CC44FE; }
a { background-color: rgb(204,68,254); }
div.DivClassName
{
background-color: #CC44FE;
}
.BgClassName
{
background-color: #CC44FE;
}
</style>
border-color css
<style>
span { border-color: #CC44FE; }
span { border-color: rgb(204,68,254); }
td.TdClassName
{
border-color: #CC44FE;
}
.TagClassName
{
border-color: #CC44FE;
}
</style>