Shades of Medium Orchid #CC55F3
Tints of Medium Orchid #CC55F3
RGB
CMYK
RGB Variations
Color information
#CC55F3 (or 0xCC55F3) is known color: Medium Orchid. HEX triplet: CC, 55 and F3. RGB value is (204,85,243). Sum of RGB (Red+Green+Blue) = 204+85+243=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC55F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC55F3 is #33AA0C. Grayscale: #8A8A8A. Windows color (decimal): -3385869 or 15947212. OLE color: 15947212.
HSL color Cylindrical-coordinate representation of color #CC55F3: hue angle of 285.19º degrees, saturation: 0.87, 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 #CC55F3 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 85 | 243 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.05 |
| HSL | 285.19º | 0.87% | 0.64% | - |
| HSV(B) | 285.19º | 0.65% | 0.95% | - |
| XYZ | 44.33 | 25.81 | 87.44 | - |
| YUV | 138.59 | 186.92 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 243 | 0.16 | 0.65 | 0 | 0.05 | 285.19 | 0.87 | 0.64 |
| Hex | CC | 55 | F3 | 10 | 41 | 0 | 5 | 11D | 57 | 40 |
| Octal | 314 | 125 | 363 | 20 | 101 | 0 | 5 | 435 | 127 | 100 |
| Binary | 11001100 | 1010101 | 11110011 | 10000 | 1000001 | 0 | 101 | 100011101 | 1010111 | 1000000 |
Color Harmonies of #CC55F3
Complementary color
Monochromatic Colors of #CC55F3
Black with #CC55F3
Text Example
Text Example
White with #CC55F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC55F3; }
p { color: rgb(204,85,243); }
H1.HeaderClassName
{
color: #CC55F3;
}
.AnyTagClassName
{
color: #CC55F3;
}
</style>
background-color css
<style>
a { background-color: #CC55F3; }
a { background-color: rgb(204,85,243); }
div.DivClassName
{
background-color: #CC55F3;
}
.BgClassName
{
background-color: #CC55F3;
}
</style>
border-color css
<style>
span { border-color: #CC55F3; }
span { border-color: rgb(204,85,243); }
td.TdClassName
{
border-color: #CC55F3;
}
.TagClassName
{
border-color: #CC55F3;
}
</style>