Shades of Medium Orchid #CC55F2
Tints of Medium Orchid #CC55F2
RGB
CMYK
RGB Variations
Color information
#CC55F2 (or 0xCC55F2) is known color: Medium Orchid. HEX triplet: CC, 55 and F2. RGB value is (204,85,242). Sum of RGB (Red+Green+Blue) = 204+85+242=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC55F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC55F2 is #33AA0D. Grayscale: #898989. Windows color (decimal): -3385870 or 15881676. OLE color: 15881676.
HSL color Cylindrical-coordinate representation of color #CC55F2: hue angle of 285.48º degrees, saturation: 0.86, 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 #CC55F2 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 85 | 242 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.05 |
| HSL | 285.48º | 0.86% | 0.64% | - |
| HSV(B) | 285.48º | 0.65% | 0.95% | - |
| XYZ | 44.18 | 25.75 | 86.65 | - |
| YUV | 138.48 | 186.42 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 242 | 0.16 | 0.65 | 0 | 0.05 | 285.48 | 0.86 | 0.64 |
| Hex | CC | 55 | F2 | 10 | 41 | 0 | 5 | 11D | 56 | 40 |
| Octal | 314 | 125 | 362 | 20 | 101 | 0 | 5 | 435 | 126 | 100 |
| Binary | 11001100 | 1010101 | 11110010 | 10000 | 1000001 | 0 | 101 | 100011101 | 1010110 | 1000000 |
Color Harmonies of #CC55F2
Complementary color
Monochromatic Colors of #CC55F2
Black with #CC55F2
Text Example
Text Example
White with #CC55F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC55F2; }
p { color: rgb(204,85,242); }
H1.HeaderClassName
{
color: #CC55F2;
}
.AnyTagClassName
{
color: #CC55F2;
}
</style>
background-color css
<style>
a { background-color: #CC55F2; }
a { background-color: rgb(204,85,242); }
div.DivClassName
{
background-color: #CC55F2;
}
.BgClassName
{
background-color: #CC55F2;
}
</style>
border-color css
<style>
span { border-color: #CC55F2; }
span { border-color: rgb(204,85,242); }
td.TdClassName
{
border-color: #CC55F2;
}
.TagClassName
{
border-color: #CC55F2;
}
</style>