Shades of Medium Orchid #CC3FE1
Tints of Medium Orchid #CC3FE1
RGB
CMYK
RGB Variations
Color information
#CC3FE1 (or 0xCC3FE1) is known color: Medium Orchid. HEX triplet: CC, 3F and E1. RGB value is (204,63,225). Sum of RGB (Red+Green+Blue) = 204+63+225=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 63 (25% from 255 or 12.80% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC3FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3FE1 is #33C01E. Grayscale: #7B7B7B. Windows color (decimal): -3391519 or 14761932. OLE color: 14761932.
HSL color Cylindrical-coordinate representation of color #CC3FE1: hue angle of 292.22º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3FE1 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 63 | 225 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.12 |
| HSL | 292.22º | 0.73% | 0.56% | - |
| HSV(B) | 292.22º | 0.72% | 0.88% | - |
| XYZ | 40.27 | 21.83 | 73.33 | - |
| YUV | 123.63 | 185.21 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 225 | 0.09 | 0.72 | 0 | 0.12 | 292.22 | 0.73 | 0.56 |
| Hex | CC | 3F | E1 | 9 | 48 | 0 | C | 124 | 49 | 38 |
| Octal | 314 | 77 | 341 | 11 | 110 | 0 | 14 | 444 | 111 | 70 |
| Binary | 11001100 | 111111 | 11100001 | 1001 | 1001000 | 0 | 1100 | 100100100 | 1001001 | 111000 |
Color Harmonies of #CC3FE1
Complementary color
Monochromatic Colors of #CC3FE1
Black with #CC3FE1
Text Example
Text Example
White with #CC3FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3FE1; }
p { color: rgb(204,63,225); }
H1.HeaderClassName
{
color: #CC3FE1;
}
.AnyTagClassName
{
color: #CC3FE1;
}
</style>
background-color css
<style>
a { background-color: #CC3FE1; }
a { background-color: rgb(204,63,225); }
div.DivClassName
{
background-color: #CC3FE1;
}
.BgClassName
{
background-color: #CC3FE1;
}
</style>
border-color css
<style>
span { border-color: #CC3FE1; }
span { border-color: rgb(204,63,225); }
td.TdClassName
{
border-color: #CC3FE1;
}
.TagClassName
{
border-color: #CC3FE1;
}
</style>