Shades of Medium Orchid #CC3EF8
Tints of Medium Orchid #CC3EF8
RGB
CMYK
RGB Variations
Color information
#CC3EF8 (or 0xCC3EF8) is known color: Medium Orchid. HEX triplet: CC, 3E and F8. RGB value is (204,62,248). Sum of RGB (Red+Green+Blue) = 204+62+248=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 62 (24.61% from 255 or 12.06% from 514); Blue value is 248 (97.27% from 255 or 48.25% from 514); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC3EF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3EF8 is #33C107. Grayscale: #7D7D7D. Windows color (decimal): -3391752 or 16269004. OLE color: 16269004.
HSL color Cylindrical-coordinate representation of color #CC3EF8: hue angle of 285.81º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3EF8 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 62 | 248 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.03 |
| HSL | 285.81º | 0.93% | 0.61% | - |
| HSV(B) | 285.81º | 0.75% | 0.97% | - |
| XYZ | 43.57 | 23.06 | 90.96 | - |
| YUV | 125.66 | 197.04 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 62 | 248 | 0.18 | 0.75 | 0 | 0.03 | 285.81 | 0.93 | 0.61 |
| Hex | CC | 3E | F8 | 12 | 4B | 0 | 3 | 11E | 5D | 3D |
| Octal | 314 | 76 | 370 | 22 | 113 | 0 | 3 | 436 | 135 | 75 |
| Binary | 11001100 | 111110 | 11111000 | 10010 | 1001011 | 0 | 11 | 100011110 | 1011101 | 111101 |
Color Harmonies of #CC3EF8
Complementary color
Monochromatic Colors of #CC3EF8
Black with #CC3EF8
Text Example
Text Example
White with #CC3EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3EF8; }
p { color: rgb(204,62,248); }
H1.HeaderClassName
{
color: #CC3EF8;
}
.AnyTagClassName
{
color: #CC3EF8;
}
</style>
background-color css
<style>
a { background-color: #CC3EF8; }
a { background-color: rgb(204,62,248); }
div.DivClassName
{
background-color: #CC3EF8;
}
.BgClassName
{
background-color: #CC3EF8;
}
</style>
border-color css
<style>
span { border-color: #CC3EF8; }
span { border-color: rgb(204,62,248); }
td.TdClassName
{
border-color: #CC3EF8;
}
.TagClassName
{
border-color: #CC3EF8;
}
</style>