Shades of Medium Orchid #CC3BED
Tints of Medium Orchid #CC3BED
RGB
CMYK
RGB Variations
Color information
#CC3BED (or 0xCC3BED) is known color: Medium Orchid. HEX triplet: CC, 3B and ED. RGB value is (204,59,237). Sum of RGB (Red+Green+Blue) = 204+59+237=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 59 (23.44% from 255 or 11.8% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC3BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3BED is #33C412. Grayscale: #7A7A7A. Windows color (decimal): -3392531 or 15547340. OLE color: 15547340.
HSL color Cylindrical-coordinate representation of color #CC3BED: hue angle of 288.88º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3BED is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 59 | 237 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.07 |
| HSL | 288.88º | 0.83% | 0.58% | - |
| HSV(B) | 288.88º | 0.75% | 0.93% | - |
| XYZ | 41.75 | 22.08 | 82.18 | - |
| YUV | 122.65 | 192.54 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 59 | 237 | 0.14 | 0.75 | 0 | 0.07 | 288.88 | 0.83 | 0.58 |
| Hex | CC | 3B | ED | E | 4B | 0 | 7 | 121 | 53 | 3A |
| Octal | 314 | 73 | 355 | 16 | 113 | 0 | 7 | 441 | 123 | 72 |
| Binary | 11001100 | 111011 | 11101101 | 1110 | 1001011 | 0 | 111 | 100100001 | 1010011 | 111010 |
Color Harmonies of #CC3BED
Complementary color
Monochromatic Colors of #CC3BED
Black with #CC3BED
Text Example
Text Example
White with #CC3BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3BED; }
p { color: rgb(204,59,237); }
H1.HeaderClassName
{
color: #CC3BED;
}
.AnyTagClassName
{
color: #CC3BED;
}
</style>
background-color css
<style>
a { background-color: #CC3BED; }
a { background-color: rgb(204,59,237); }
div.DivClassName
{
background-color: #CC3BED;
}
.BgClassName
{
background-color: #CC3BED;
}
</style>
border-color css
<style>
span { border-color: #CC3BED; }
span { border-color: rgb(204,59,237); }
td.TdClassName
{
border-color: #CC3BED;
}
.TagClassName
{
border-color: #CC3BED;
}
</style>