Shades of Medium Orchid #CC40EF
Tints of Medium Orchid #CC40EF
RGB
CMYK
RGB Variations
Color information
#CC40EF (or 0xCC40EF) is known color: Medium Orchid. HEX triplet: CC, 40 and EF. RGB value is (204,64,239). Sum of RGB (Red+Green+Blue) = 204+64+239=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 64 (25.39% from 255 or 12.62% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC40EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC40EF is #33BF10. Grayscale: #7D7D7D. Windows color (decimal): -3391249 or 15679692. OLE color: 15679692.
HSL color Cylindrical-coordinate representation of color #CC40EF: hue angle of 288º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC40EF is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 64 | 239 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.06 |
| HSL | 288º | 0.85% | 0.59% | - |
| HSV(B) | 288º | 0.73% | 0.94% | - |
| XYZ | 42.32 | 22.74 | 83.82 | - |
| YUV | 125.81 | 191.88 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 239 | 0.15 | 0.73 | 0 | 0.06 | 288 | 0.85 | 0.59 |
| Hex | CC | 40 | EF | F | 49 | 0 | 6 | 120 | 55 | 3B |
| Octal | 314 | 100 | 357 | 17 | 111 | 0 | 6 | 440 | 125 | 73 |
| Binary | 11001100 | 1000000 | 11101111 | 1111 | 1001001 | 0 | 110 | 100100000 | 1010101 | 111011 |
Color Harmonies of #CC40EF
Complementary color
Monochromatic Colors of #CC40EF
Black with #CC40EF
Text Example
Text Example
White with #CC40EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC40EF; }
p { color: rgb(204,64,239); }
H1.HeaderClassName
{
color: #CC40EF;
}
.AnyTagClassName
{
color: #CC40EF;
}
</style>
background-color css
<style>
a { background-color: #CC40EF; }
a { background-color: rgb(204,64,239); }
div.DivClassName
{
background-color: #CC40EF;
}
.BgClassName
{
background-color: #CC40EF;
}
</style>
border-color css
<style>
span { border-color: #CC40EF; }
span { border-color: rgb(204,64,239); }
td.TdClassName
{
border-color: #CC40EF;
}
.TagClassName
{
border-color: #CC40EF;
}
</style>