Shades of Medium Orchid #CC41FE
Tints of Medium Orchid #CC41FE
RGB
CMYK
RGB Variations
Color information
#CC41FE (or 0xCC41FE) is known color: Medium Orchid. HEX triplet: CC, 41 and FE. RGB value is (204,65,254). Sum of RGB (Red+Green+Blue) = 204+65+254=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 65 (25.78% from 255 or 12.43% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC41FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC41FE is #33BE01. Grayscale: #7F7F7F. Windows color (decimal): -3390978 or 16662988. OLE color: 16662988.
HSL color Cylindrical-coordinate representation of color #CC41FE: hue angle of 284.13º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC41FE is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 65 | 254 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.00 |
| HSL | 284.13º | 0.99% | 0.63% | - |
| HSV(B) | 284.13º | 0.74% | 1% | - |
| XYZ | 44.68 | 23.77 | 96 | - |
| YUV | 128.11 | 199.05 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 254 | 0.20 | 0.74 | 0 | 0.00 | 284.13 | 0.99 | 0.63 |
| Hex | CC | 41 | FE | 14 | 4A | 0 | 0 | 11C | 63 | 3F |
| Octal | 314 | 101 | 376 | 24 | 112 | 0 | 0 | 434 | 143 | 77 |
| Binary | 11001100 | 1000001 | 11111110 | 10100 | 1001010 | 0 | 0 | 100011100 | 1100011 | 111111 |
Color Harmonies of #CC41FE
Complementary color
Monochromatic Colors of #CC41FE
Black with #CC41FE
Text Example
Text Example
White with #CC41FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC41FE; }
p { color: rgb(204,65,254); }
H1.HeaderClassName
{
color: #CC41FE;
}
.AnyTagClassName
{
color: #CC41FE;
}
</style>
background-color css
<style>
a { background-color: #CC41FE; }
a { background-color: rgb(204,65,254); }
div.DivClassName
{
background-color: #CC41FE;
}
.BgClassName
{
background-color: #CC41FE;
}
</style>
border-color css
<style>
span { border-color: #CC41FE; }
span { border-color: rgb(204,65,254); }
td.TdClassName
{
border-color: #CC41FE;
}
.TagClassName
{
border-color: #CC41FE;
}
</style>