Shades of Medium Orchid #CC44F2
Tints of Medium Orchid #CC44F2
RGB
CMYK
RGB Variations
Color information
#CC44F2 (or 0xCC44F2) is known color: Medium Orchid. HEX triplet: CC, 44 and F2. RGB value is (204,68,242). Sum of RGB (Red+Green+Blue) = 204+68+242=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 68 (26.95% from 255 or 13.23% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC44F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC44F2 is #33BB0D. Grayscale: #7F7F7F. Windows color (decimal): -3390222 or 15877324. OLE color: 15877324.
HSL color Cylindrical-coordinate representation of color #CC44F2: hue angle of 286.9º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC44F2 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 68 | 242 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.05 |
| HSL | 286.9º | 0.87% | 0.61% | - |
| HSV(B) | 286.9º | 0.72% | 0.95% | - |
| XYZ | 43 | 23.38 | 86.25 | - |
| YUV | 128.5 | 192.06 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 242 | 0.16 | 0.72 | 0 | 0.05 | 286.9 | 0.87 | 0.61 |
| Hex | CC | 44 | F2 | 10 | 48 | 0 | 5 | 11F | 57 | 3D |
| Octal | 314 | 104 | 362 | 20 | 110 | 0 | 5 | 437 | 127 | 75 |
| Binary | 11001100 | 1000100 | 11110010 | 10000 | 1001000 | 0 | 101 | 100011111 | 1010111 | 111101 |
Color Harmonies of #CC44F2
Complementary color
Monochromatic Colors of #CC44F2
Black with #CC44F2
Text Example
Text Example
White with #CC44F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44F2; }
p { color: rgb(204,68,242); }
H1.HeaderClassName
{
color: #CC44F2;
}
.AnyTagClassName
{
color: #CC44F2;
}
</style>
background-color css
<style>
a { background-color: #CC44F2; }
a { background-color: rgb(204,68,242); }
div.DivClassName
{
background-color: #CC44F2;
}
.BgClassName
{
background-color: #CC44F2;
}
</style>
border-color css
<style>
span { border-color: #CC44F2; }
span { border-color: rgb(204,68,242); }
td.TdClassName
{
border-color: #CC44F2;
}
.TagClassName
{
border-color: #CC44F2;
}
</style>