Shades of Medium Orchid #CC50F6
Tints of Medium Orchid #CC50F6
RGB
CMYK
RGB Variations
Color information
#CC50F6 (or 0xCC50F6) is known color: Medium Orchid. HEX triplet: CC, 50 and F6. RGB value is (204,80,246). Sum of RGB (Red+Green+Blue) = 204+80+246=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 80 (31.64% from 255 or 15.09% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #CC50F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC50F6 is #33AF09. Grayscale: #878787. Windows color (decimal): -3387146 or 16142540. OLE color: 16142540.
HSL color Cylindrical-coordinate representation of color #CC50F6: hue angle of 284.82º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC50F6 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 80 | 246 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.04 |
| HSL | 284.82º | 0.9% | 0.64% | - |
| HSV(B) | 284.82º | 0.67% | 0.96% | - |
| XYZ | 44.41 | 25.23 | 89.72 | - |
| YUV | 136 | 190.08 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 246 | 0.17 | 0.67 | 0 | 0.04 | 284.82 | 0.9 | 0.64 |
| Hex | CC | 50 | F6 | 11 | 43 | 0 | 4 | 11D | 5A | 40 |
| Octal | 314 | 120 | 366 | 21 | 103 | 0 | 4 | 435 | 132 | 100 |
| Binary | 11001100 | 1010000 | 11110110 | 10001 | 1000011 | 0 | 100 | 100011101 | 1011010 | 1000000 |
Color Harmonies of #CC50F6
Complementary color
Monochromatic Colors of #CC50F6
Black with #CC50F6
Text Example
Text Example
White with #CC50F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC50F6; }
p { color: rgb(204,80,246); }
H1.HeaderClassName
{
color: #CC50F6;
}
.AnyTagClassName
{
color: #CC50F6;
}
</style>
background-color css
<style>
a { background-color: #CC50F6; }
a { background-color: rgb(204,80,246); }
div.DivClassName
{
background-color: #CC50F6;
}
.BgClassName
{
background-color: #CC50F6;
}
</style>
border-color css
<style>
span { border-color: #CC50F6; }
span { border-color: rgb(204,80,246); }
td.TdClassName
{
border-color: #CC50F6;
}
.TagClassName
{
border-color: #CC50F6;
}
</style>