Shades of Medium Orchid #CC54F1
Tints of Medium Orchid #CC54F1
RGB
CMYK
RGB Variations
Color information
#CC54F1 (or 0xCC54F1) is known color: Medium Orchid. HEX triplet: CC, 54 and F1. RGB value is (204,84,241). Sum of RGB (Red+Green+Blue) = 204+84+241=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 84 (33.20% from 255 or 15.88% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC54F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC54F1 is #33AB0E. Grayscale: #898989. Windows color (decimal): -3386127 or 15815884. OLE color: 15815884.
HSL color Cylindrical-coordinate representation of color #CC54F1: hue angle of 285.86º degrees, saturation: 0.85, 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 #CC54F1 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 84 | 241 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.05 |
| HSL | 285.86º | 0.85% | 0.64% | - |
| HSV(B) | 285.86º | 0.65% | 0.95% | - |
| XYZ | 43.95 | 25.53 | 85.83 | - |
| YUV | 137.78 | 186.26 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 241 | 0.15 | 0.65 | 0 | 0.05 | 285.86 | 0.85 | 0.64 |
| Hex | CC | 54 | F1 | F | 41 | 0 | 5 | 11E | 55 | 40 |
| Octal | 314 | 124 | 361 | 17 | 101 | 0 | 5 | 436 | 125 | 100 |
| Binary | 11001100 | 1010100 | 11110001 | 1111 | 1000001 | 0 | 101 | 100011110 | 1010101 | 1000000 |
Color Harmonies of #CC54F1
Complementary color
Monochromatic Colors of #CC54F1
Black with #CC54F1
Text Example
Text Example
White with #CC54F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC54F1; }
p { color: rgb(204,84,241); }
H1.HeaderClassName
{
color: #CC54F1;
}
.AnyTagClassName
{
color: #CC54F1;
}
</style>
background-color css
<style>
a { background-color: #CC54F1; }
a { background-color: rgb(204,84,241); }
div.DivClassName
{
background-color: #CC54F1;
}
.BgClassName
{
background-color: #CC54F1;
}
</style>
border-color css
<style>
span { border-color: #CC54F1; }
span { border-color: rgb(204,84,241); }
td.TdClassName
{
border-color: #CC54F1;
}
.TagClassName
{
border-color: #CC54F1;
}
</style>