Shades of Medium Orchid #CC3CEB
Tints of Medium Orchid #CC3CEB
RGB
CMYK
RGB Variations
Color information
#CC3CEB (or 0xCC3CEB) is known color: Medium Orchid. HEX triplet: CC, 3C and EB. RGB value is (204,60,235). Sum of RGB (Red+Green+Blue) = 204+60+235=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 60 (23.83% from 255 or 12.02% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC3CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3CEB is #33C314. Grayscale: #7A7A7A. Windows color (decimal): -3392277 or 15416524. OLE color: 15416524.
HSL color Cylindrical-coordinate representation of color #CC3CEB: hue angle of 289.37º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3CEB is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 60 | 235 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.08 |
| HSL | 289.37º | 0.81% | 0.58% | - |
| HSV(B) | 289.37º | 0.74% | 0.92% | - |
| XYZ | 41.51 | 22.07 | 80.67 | - |
| YUV | 123.01 | 191.21 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 235 | 0.13 | 0.74 | 0 | 0.08 | 289.37 | 0.81 | 0.58 |
| Hex | CC | 3C | EB | D | 4A | 0 | 8 | 121 | 51 | 3A |
| Octal | 314 | 74 | 353 | 15 | 112 | 0 | 10 | 441 | 121 | 72 |
| Binary | 11001100 | 111100 | 11101011 | 1101 | 1001010 | 0 | 1000 | 100100001 | 1010001 | 111010 |
Color Harmonies of #CC3CEB
Complementary color
Monochromatic Colors of #CC3CEB
Black with #CC3CEB
Text Example
Text Example
White with #CC3CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3CEB; }
p { color: rgb(204,60,235); }
H1.HeaderClassName
{
color: #CC3CEB;
}
.AnyTagClassName
{
color: #CC3CEB;
}
</style>
background-color css
<style>
a { background-color: #CC3CEB; }
a { background-color: rgb(204,60,235); }
div.DivClassName
{
background-color: #CC3CEB;
}
.BgClassName
{
background-color: #CC3CEB;
}
</style>
border-color css
<style>
span { border-color: #CC3CEB; }
span { border-color: rgb(204,60,235); }
td.TdClassName
{
border-color: #CC3CEB;
}
.TagClassName
{
border-color: #CC3CEB;
}
</style>