Shades of Medium Orchid #CC58F0
Tints of Medium Orchid #CC58F0
RGB
CMYK
RGB Variations
Color information
#CC58F0 (or 0xCC58F0) is known color: Medium Orchid. HEX triplet: CC, 58 and F0. RGB value is (204,88,240). Sum of RGB (Red+Green+Blue) = 204+88+240=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 88 (34.77% from 255 or 16.54% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC58F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC58F0 is #33A70F. Grayscale: #8B8B8B. Windows color (decimal): -3385104 or 15751372. OLE color: 15751372.
HSL color Cylindrical-coordinate representation of color #CC58F0: hue angle of 285.79º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC58F0 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 88 | 240 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.06 |
| HSL | 285.79º | 0.84% | 0.64% | - |
| HSV(B) | 285.79º | 0.63% | 0.94% | - |
| XYZ | 44.12 | 26.11 | 85.15 | - |
| YUV | 140.01 | 184.43 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 240 | 0.15 | 0.63 | 0 | 0.06 | 285.79 | 0.84 | 0.64 |
| Hex | CC | 58 | F0 | F | 3F | 0 | 6 | 11E | 54 | 40 |
| Octal | 314 | 130 | 360 | 17 | 77 | 0 | 6 | 436 | 124 | 100 |
| Binary | 11001100 | 1011000 | 11110000 | 1111 | 111111 | 0 | 110 | 100011110 | 1010100 | 1000000 |
Color Harmonies of #CC58F0
Complementary color
Monochromatic Colors of #CC58F0
Black with #CC58F0
Text Example
Text Example
White with #CC58F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC58F0; }
p { color: rgb(204,88,240); }
H1.HeaderClassName
{
color: #CC58F0;
}
.AnyTagClassName
{
color: #CC58F0;
}
</style>
background-color css
<style>
a { background-color: #CC58F0; }
a { background-color: rgb(204,88,240); }
div.DivClassName
{
background-color: #CC58F0;
}
.BgClassName
{
background-color: #CC58F0;
}
</style>
border-color css
<style>
span { border-color: #CC58F0; }
span { border-color: rgb(204,88,240); }
td.TdClassName
{
border-color: #CC58F0;
}
.TagClassName
{
border-color: #CC58F0;
}
</style>