Shades of Medium Orchid #CC3FFE
Tints of Medium Orchid #CC3FFE
RGB
CMYK
RGB Variations
Color information
#CC3FFE (or 0xCC3FFE) is known color: Medium Orchid. HEX triplet: CC, 3F and FE. RGB value is (204,63,254). Sum of RGB (Red+Green+Blue) = 204+63+254=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 63 (25% from 255 or 12.09% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC3FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3FFE is #33C001. Grayscale: #7E7E7E. Windows color (decimal): -3391490 or 16662476. OLE color: 16662476.
HSL color Cylindrical-coordinate representation of color #CC3FFE: hue angle of 284.29º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3FFE is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 63 | 254 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.00 |
| HSL | 284.29º | 0.99% | 0.62% | - |
| HSV(B) | 284.29º | 0.75% | 1% | - |
| XYZ | 44.57 | 23.55 | 95.96 | - |
| YUV | 126.93 | 199.71 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 254 | 0.20 | 0.75 | 0 | 0.00 | 284.29 | 0.99 | 0.62 |
| Hex | CC | 3F | FE | 14 | 4B | 0 | 0 | 11C | 63 | 3E |
| Octal | 314 | 77 | 376 | 24 | 113 | 0 | 0 | 434 | 143 | 76 |
| Binary | 11001100 | 111111 | 11111110 | 10100 | 1001011 | 0 | 0 | 100011100 | 1100011 | 111110 |
Color Harmonies of #CC3FFE
Complementary color
Monochromatic Colors of #CC3FFE
Black with #CC3FFE
Text Example
Text Example
White with #CC3FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3FFE; }
p { color: rgb(204,63,254); }
H1.HeaderClassName
{
color: #CC3FFE;
}
.AnyTagClassName
{
color: #CC3FFE;
}
</style>
background-color css
<style>
a { background-color: #CC3FFE; }
a { background-color: rgb(204,63,254); }
div.DivClassName
{
background-color: #CC3FFE;
}
.BgClassName
{
background-color: #CC3FFE;
}
</style>
border-color css
<style>
span { border-color: #CC3FFE; }
span { border-color: rgb(204,63,254); }
td.TdClassName
{
border-color: #CC3FFE;
}
.TagClassName
{
border-color: #CC3FFE;
}
</style>