Shades of Medium Orchid #CC5FE6
Tints of Medium Orchid #CC5FE6
RGB
CMYK
RGB Variations
Color information
#CC5FE6 (or 0xCC5FE6) is known color: Medium Orchid. HEX triplet: CC, 5F and E6. RGB value is (204,95,230). Sum of RGB (Red+Green+Blue) = 204+95+230=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC5FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5FE6 is #33A019. Grayscale: #8E8E8E. Windows color (decimal): -3383322 or 15097804. OLE color: 15097804.
HSL color Cylindrical-coordinate representation of color #CC5FE6: hue angle of 288.44º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5FE6 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 95 | 230 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.10 |
| HSL | 288.44º | 0.73% | 0.64% | - |
| HSV(B) | 288.44º | 0.59% | 0.9% | - |
| XYZ | 43.28 | 26.73 | 77.74 | - |
| YUV | 142.98 | 177.11 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 95 | 230 | 0.11 | 0.59 | 0 | 0.10 | 288.44 | 0.73 | 0.64 |
| Hex | CC | 5F | E6 | B | 3B | 0 | A | 120 | 49 | 40 |
| Octal | 314 | 137 | 346 | 13 | 73 | 0 | 12 | 440 | 111 | 100 |
| Binary | 11001100 | 1011111 | 11100110 | 1011 | 111011 | 0 | 1010 | 100100000 | 1001001 | 1000000 |
Color Harmonies of #CC5FE6
Complementary color
Monochromatic Colors of #CC5FE6
Black with #CC5FE6
Text Example
Text Example
White with #CC5FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5FE6; }
p { color: rgb(204,95,230); }
H1.HeaderClassName
{
color: #CC5FE6;
}
.AnyTagClassName
{
color: #CC5FE6;
}
</style>
background-color css
<style>
a { background-color: #CC5FE6; }
a { background-color: rgb(204,95,230); }
div.DivClassName
{
background-color: #CC5FE6;
}
.BgClassName
{
background-color: #CC5FE6;
}
</style>
border-color css
<style>
span { border-color: #CC5FE6; }
span { border-color: rgb(204,95,230); }
td.TdClassName
{
border-color: #CC5FE6;
}
.TagClassName
{
border-color: #CC5FE6;
}
</style>