Shades of Medium Orchid #CC54F3
Tints of Medium Orchid #CC54F3
RGB
CMYK
RGB Variations
Color information
#CC54F3 (or 0xCC54F3) is known color: Medium Orchid. HEX triplet: CC, 54 and F3. RGB value is (204,84,243). Sum of RGB (Red+Green+Blue) = 204+84+243=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 84 (33.20% from 255 or 15.82% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC54F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC54F3 is #33AB0C. Grayscale: #898989. Windows color (decimal): -3386125 or 15946956. OLE color: 15946956.
HSL color Cylindrical-coordinate representation of color #CC54F3: hue angle of 285.28º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC54F3 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 84 | 243 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.05 |
| HSL | 285.28º | 0.87% | 0.64% | - |
| HSV(B) | 285.28º | 0.65% | 0.95% | - |
| XYZ | 44.25 | 25.65 | 87.41 | - |
| YUV | 138.01 | 187.26 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 243 | 0.16 | 0.65 | 0 | 0.05 | 285.28 | 0.87 | 0.64 |
| Hex | CC | 54 | F3 | 10 | 41 | 0 | 5 | 11D | 57 | 40 |
| Octal | 314 | 124 | 363 | 20 | 101 | 0 | 5 | 435 | 127 | 100 |
| Binary | 11001100 | 1010100 | 11110011 | 10000 | 1000001 | 0 | 101 | 100011101 | 1010111 | 1000000 |
Color Harmonies of #CC54F3
Complementary color
Monochromatic Colors of #CC54F3
Black with #CC54F3
Text Example
Text Example
White with #CC54F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC54F3; }
p { color: rgb(204,84,243); }
H1.HeaderClassName
{
color: #CC54F3;
}
.AnyTagClassName
{
color: #CC54F3;
}
</style>
background-color css
<style>
a { background-color: #CC54F3; }
a { background-color: rgb(204,84,243); }
div.DivClassName
{
background-color: #CC54F3;
}
.BgClassName
{
background-color: #CC54F3;
}
</style>
border-color css
<style>
span { border-color: #CC54F3; }
span { border-color: rgb(204,84,243); }
td.TdClassName
{
border-color: #CC54F3;
}
.TagClassName
{
border-color: #CC54F3;
}
</style>