Shades of Medium Orchid #CC4CEB
Tints of Medium Orchid #CC4CEB
RGB
CMYK
RGB Variations
Color information
#CC4CEB (or 0xCC4CEB) is known color: Medium Orchid. HEX triplet: CC, 4C and EB. RGB value is (204,76,235). Sum of RGB (Red+Green+Blue) = 204+76+235=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 76 (30.08% from 255 or 14.76% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC4CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4CEB is #33B314. Grayscale: #838383. Windows color (decimal): -3388181 or 15420620. OLE color: 15420620.
HSL color Cylindrical-coordinate representation of color #CC4CEB: hue angle of 288.3º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4CEB is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 76 | 235 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.08 |
| HSL | 288.3º | 0.8% | 0.61% | - |
| HSV(B) | 288.3º | 0.68% | 0.92% | - |
| XYZ | 42.48 | 24 | 80.99 | - |
| YUV | 132.4 | 185.91 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 235 | 0.13 | 0.68 | 0 | 0.08 | 288.3 | 0.8 | 0.61 |
| Hex | CC | 4C | EB | D | 44 | 0 | 8 | 120 | 50 | 3D |
| Octal | 314 | 114 | 353 | 15 | 104 | 0 | 10 | 440 | 120 | 75 |
| Binary | 11001100 | 1001100 | 11101011 | 1101 | 1000100 | 0 | 1000 | 100100000 | 1010000 | 111101 |
Color Harmonies of #CC4CEB
Complementary color
Monochromatic Colors of #CC4CEB
Black with #CC4CEB
Text Example
Text Example
White with #CC4CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4CEB; }
p { color: rgb(204,76,235); }
H1.HeaderClassName
{
color: #CC4CEB;
}
.AnyTagClassName
{
color: #CC4CEB;
}
</style>
background-color css
<style>
a { background-color: #CC4CEB; }
a { background-color: rgb(204,76,235); }
div.DivClassName
{
background-color: #CC4CEB;
}
.BgClassName
{
background-color: #CC4CEB;
}
</style>
border-color css
<style>
span { border-color: #CC4CEB; }
span { border-color: rgb(204,76,235); }
td.TdClassName
{
border-color: #CC4CEB;
}
.TagClassName
{
border-color: #CC4CEB;
}
</style>