Shades of Medium Orchid #CC51F1
Tints of Medium Orchid #CC51F1
RGB
CMYK
RGB Variations
Color information
#CC51F1 (or 0xCC51F1) is known color: Medium Orchid. HEX triplet: CC, 51 and F1. RGB value is (204,81,241). Sum of RGB (Red+Green+Blue) = 204+81+241=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 81 (32.03% from 255 or 15.40% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC51F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC51F1 is #33AE0E. Grayscale: #878787. Windows color (decimal): -3386895 or 15815116. OLE color: 15815116.
HSL color Cylindrical-coordinate representation of color #CC51F1: hue angle of 286.12º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC51F1 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 81 | 241 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.05 |
| HSL | 286.13º | 0.85% | 0.63% | - |
| HSV(B) | 286.13º | 0.66% | 0.95% | - |
| XYZ | 43.72 | 25.07 | 85.75 | - |
| YUV | 136.02 | 187.25 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 241 | 0.15 | 0.66 | 0 | 0.05 | 286.13 | 0.85 | 0.63 |
| Hex | CC | 51 | F1 | F | 42 | 0 | 5 | 11E | 55 | 3F |
| Octal | 314 | 121 | 361 | 17 | 102 | 0 | 5 | 436 | 125 | 77 |
| Binary | 11001100 | 1010001 | 11110001 | 1111 | 1000010 | 0 | 101 | 100011110 | 1010101 | 111111 |
Color Harmonies of #CC51F1
Complementary color
Monochromatic Colors of #CC51F1
Black with #CC51F1
Text Example
Text Example
White with #CC51F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51F1; }
p { color: rgb(204,81,241); }
H1.HeaderClassName
{
color: #CC51F1;
}
.AnyTagClassName
{
color: #CC51F1;
}
</style>
background-color css
<style>
a { background-color: #CC51F1; }
a { background-color: rgb(204,81,241); }
div.DivClassName
{
background-color: #CC51F1;
}
.BgClassName
{
background-color: #CC51F1;
}
</style>
border-color css
<style>
span { border-color: #CC51F1; }
span { border-color: rgb(204,81,241); }
td.TdClassName
{
border-color: #CC51F1;
}
.TagClassName
{
border-color: #CC51F1;
}
</style>