Shades of Medium Orchid #CC50F3
Tints of Medium Orchid #CC50F3
RGB
CMYK
RGB Variations
Color information
#CC50F3 (or 0xCC50F3) is known color: Medium Orchid. HEX triplet: CC, 50 and F3. RGB value is (204,80,243). Sum of RGB (Red+Green+Blue) = 204+80+243=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC50F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC50F3 is #33AF0C. Grayscale: #878787. Windows color (decimal): -3387149 or 15945932. OLE color: 15945932.
HSL color Cylindrical-coordinate representation of color #CC50F3: hue angle of 285.64º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC50F3 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 80 | 243 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.05 |
| HSL | 285.64º | 0.87% | 0.63% | - |
| HSV(B) | 285.64º | 0.67% | 0.95% | - |
| XYZ | 43.95 | 25.05 | 87.31 | - |
| YUV | 135.66 | 188.58 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 243 | 0.16 | 0.67 | 0 | 0.05 | 285.64 | 0.87 | 0.63 |
| Hex | CC | 50 | F3 | 10 | 43 | 0 | 5 | 11E | 57 | 3F |
| Octal | 314 | 120 | 363 | 20 | 103 | 0 | 5 | 436 | 127 | 77 |
| Binary | 11001100 | 1010000 | 11110011 | 10000 | 1000011 | 0 | 101 | 100011110 | 1010111 | 111111 |
Color Harmonies of #CC50F3
Complementary color
Monochromatic Colors of #CC50F3
Black with #CC50F3
Text Example
Text Example
White with #CC50F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC50F3; }
p { color: rgb(204,80,243); }
H1.HeaderClassName
{
color: #CC50F3;
}
.AnyTagClassName
{
color: #CC50F3;
}
</style>
background-color css
<style>
a { background-color: #CC50F3; }
a { background-color: rgb(204,80,243); }
div.DivClassName
{
background-color: #CC50F3;
}
.BgClassName
{
background-color: #CC50F3;
}
</style>
border-color css
<style>
span { border-color: #CC50F3; }
span { border-color: rgb(204,80,243); }
td.TdClassName
{
border-color: #CC50F3;
}
.TagClassName
{
border-color: #CC50F3;
}
</style>