Shades of Medium Orchid #CC3BEF
Tints of Medium Orchid #CC3BEF
RGB
CMYK
RGB Variations
Color information
#CC3BEF (or 0xCC3BEF) is known color: Medium Orchid. HEX triplet: CC, 3B and EF. RGB value is (204,59,239). Sum of RGB (Red+Green+Blue) = 204+59+239=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 59 (23.44% from 255 or 11.75% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC3BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3BEF is #33C410. Grayscale: #7A7A7A. Windows color (decimal): -3392529 or 15678412. OLE color: 15678412.
HSL color Cylindrical-coordinate representation of color #CC3BEF: hue angle of 288.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3BEF is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 59 | 239 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.06 |
| HSL | 288.33º | 0.85% | 0.58% | - |
| HSV(B) | 288.33º | 0.75% | 0.94% | - |
| XYZ | 42.05 | 22.2 | 83.73 | - |
| YUV | 122.88 | 193.54 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 59 | 239 | 0.15 | 0.75 | 0 | 0.06 | 288.33 | 0.85 | 0.58 |
| Hex | CC | 3B | EF | F | 4B | 0 | 6 | 120 | 55 | 3A |
| Octal | 314 | 73 | 357 | 17 | 113 | 0 | 6 | 440 | 125 | 72 |
| Binary | 11001100 | 111011 | 11101111 | 1111 | 1001011 | 0 | 110 | 100100000 | 1010101 | 111010 |
Color Harmonies of #CC3BEF
Complementary color
Monochromatic Colors of #CC3BEF
Black with #CC3BEF
Text Example
Text Example
White with #CC3BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3BEF; }
p { color: rgb(204,59,239); }
H1.HeaderClassName
{
color: #CC3BEF;
}
.AnyTagClassName
{
color: #CC3BEF;
}
</style>
background-color css
<style>
a { background-color: #CC3BEF; }
a { background-color: rgb(204,59,239); }
div.DivClassName
{
background-color: #CC3BEF;
}
.BgClassName
{
background-color: #CC3BEF;
}
</style>
border-color css
<style>
span { border-color: #CC3BEF; }
span { border-color: rgb(204,59,239); }
td.TdClassName
{
border-color: #CC3BEF;
}
.TagClassName
{
border-color: #CC3BEF;
}
</style>