Shades of Medium Orchid #CC3CFE
Tints of Medium Orchid #CC3CFE
RGB
CMYK
RGB Variations
Color information
#CC3CFE (or 0xCC3CFE) is known color: Medium Orchid. HEX triplet: CC, 3C and FE. RGB value is (204,60,254). Sum of RGB (Red+Green+Blue) = 204+60+254=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 60 (23.83% from 255 or 11.58% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC3CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3CFE is #33C301. Grayscale: #7C7C7C. Windows color (decimal): -3392258 or 16661708. OLE color: 16661708.
HSL color Cylindrical-coordinate representation of color #CC3CFE: hue angle of 284.54º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3CFE is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 60 | 254 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.00 |
| HSL | 284.54º | 0.99% | 0.62% | - |
| HSV(B) | 284.54º | 0.76% | 1% | - |
| XYZ | 44.41 | 23.22 | 95.91 | - |
| YUV | 125.17 | 200.71 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 254 | 0.20 | 0.76 | 0 | 0.00 | 284.54 | 0.99 | 0.62 |
| Hex | CC | 3C | FE | 14 | 4C | 0 | 0 | 11D | 63 | 3E |
| Octal | 314 | 74 | 376 | 24 | 114 | 0 | 0 | 435 | 143 | 76 |
| Binary | 11001100 | 111100 | 11111110 | 10100 | 1001100 | 0 | 0 | 100011101 | 1100011 | 111110 |
Color Harmonies of #CC3CFE
Complementary color
Monochromatic Colors of #CC3CFE
Black with #CC3CFE
Text Example
Text Example
White with #CC3CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3CFE; }
p { color: rgb(204,60,254); }
H1.HeaderClassName
{
color: #CC3CFE;
}
.AnyTagClassName
{
color: #CC3CFE;
}
</style>
background-color css
<style>
a { background-color: #CC3CFE; }
a { background-color: rgb(204,60,254); }
div.DivClassName
{
background-color: #CC3CFE;
}
.BgClassName
{
background-color: #CC3CFE;
}
</style>
border-color css
<style>
span { border-color: #CC3CFE; }
span { border-color: rgb(204,60,254); }
td.TdClassName
{
border-color: #CC3CFE;
}
.TagClassName
{
border-color: #CC3CFE;
}
</style>