Shades of Medium Orchid #CC55F0
Tints of Medium Orchid #CC55F0
RGB
CMYK
RGB Variations
Color information
#CC55F0 (or 0xCC55F0) is known color: Medium Orchid. HEX triplet: CC, 55 and F0. RGB value is (204,85,240). Sum of RGB (Red+Green+Blue) = 204+85+240=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC55F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC55F0 is #33AA0F. Grayscale: #898989. Windows color (decimal): -3385872 or 15750604. OLE color: 15750604.
HSL color Cylindrical-coordinate representation of color #CC55F0: hue angle of 286.06º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC55F0 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 85 | 240 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.06 |
| HSL | 286.06º | 0.84% | 0.64% | - |
| HSV(B) | 286.06º | 0.65% | 0.94% | - |
| XYZ | 43.88 | 25.63 | 85.07 | - |
| YUV | 138.25 | 185.42 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 240 | 0.15 | 0.65 | 0 | 0.06 | 286.06 | 0.84 | 0.64 |
| Hex | CC | 55 | F0 | F | 41 | 0 | 6 | 11E | 54 | 40 |
| Octal | 314 | 125 | 360 | 17 | 101 | 0 | 6 | 436 | 124 | 100 |
| Binary | 11001100 | 1010101 | 11110000 | 1111 | 1000001 | 0 | 110 | 100011110 | 1010100 | 1000000 |
Color Harmonies of #CC55F0
Complementary color
Monochromatic Colors of #CC55F0
Black with #CC55F0
Text Example
Text Example
White with #CC55F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC55F0; }
p { color: rgb(204,85,240); }
H1.HeaderClassName
{
color: #CC55F0;
}
.AnyTagClassName
{
color: #CC55F0;
}
</style>
background-color css
<style>
a { background-color: #CC55F0; }
a { background-color: rgb(204,85,240); }
div.DivClassName
{
background-color: #CC55F0;
}
.BgClassName
{
background-color: #CC55F0;
}
</style>
border-color css
<style>
span { border-color: #CC55F0; }
span { border-color: rgb(204,85,240); }
td.TdClassName
{
border-color: #CC55F0;
}
.TagClassName
{
border-color: #CC55F0;
}
</style>