Shades of Medium Orchid #CC58F1
Tints of Medium Orchid #CC58F1
RGB
CMYK
RGB Variations
Color information
#CC58F1 (or 0xCC58F1) is known color: Medium Orchid. HEX triplet: CC, 58 and F1. RGB value is (204,88,241). Sum of RGB (Red+Green+Blue) = 204+88+241=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 88 (34.77% from 255 or 16.51% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC58F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC58F1 is #33A70E. Grayscale: #8B8B8B. Windows color (decimal): -3385103 or 15816908. OLE color: 15816908.
HSL color Cylindrical-coordinate representation of color #CC58F1: hue angle of 285.49º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC58F1 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 88 | 241 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.05 |
| HSL | 285.49º | 0.85% | 0.65% | - |
| HSV(B) | 285.49º | 0.63% | 0.95% | - |
| XYZ | 44.27 | 26.17 | 85.94 | - |
| YUV | 140.13 | 184.93 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 241 | 0.15 | 0.63 | 0 | 0.05 | 285.49 | 0.85 | 0.65 |
| Hex | CC | 58 | F1 | F | 3F | 0 | 5 | 11D | 55 | 41 |
| Octal | 314 | 130 | 361 | 17 | 77 | 0 | 5 | 435 | 125 | 101 |
| Binary | 11001100 | 1011000 | 11110001 | 1111 | 111111 | 0 | 101 | 100011101 | 1010101 | 1000001 |
Color Harmonies of #CC58F1
Complementary color
Monochromatic Colors of #CC58F1
Black with #CC58F1
Text Example
Text Example
White with #CC58F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC58F1; }
p { color: rgb(204,88,241); }
H1.HeaderClassName
{
color: #CC58F1;
}
.AnyTagClassName
{
color: #CC58F1;
}
</style>
background-color css
<style>
a { background-color: #CC58F1; }
a { background-color: rgb(204,88,241); }
div.DivClassName
{
background-color: #CC58F1;
}
.BgClassName
{
background-color: #CC58F1;
}
</style>
border-color css
<style>
span { border-color: #CC58F1; }
span { border-color: rgb(204,88,241); }
td.TdClassName
{
border-color: #CC58F1;
}
.TagClassName
{
border-color: #CC58F1;
}
</style>