Shades of Medium Orchid #CC4BE8
Tints of Medium Orchid #CC4BE8
RGB
CMYK
RGB Variations
Color information
#CC4BE8 (or 0xCC4BE8) is known color: Medium Orchid. HEX triplet: CC, 4B and E8. RGB value is (204,75,232). Sum of RGB (Red+Green+Blue) = 204+75+232=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 75 (29.69% from 255 or 14.68% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC4BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4BE8 is #33B417. Grayscale: #828282. Windows color (decimal): -3388440 or 15223756. OLE color: 15223756.
HSL color Cylindrical-coordinate representation of color #CC4BE8: hue angle of 289.3º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4BE8 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 75 | 232 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.09 |
| HSL | 289.3º | 0.77% | 0.6% | - |
| HSV(B) | 289.3º | 0.68% | 0.91% | - |
| XYZ | 41.98 | 23.7 | 78.7 | - |
| YUV | 131.47 | 184.74 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 75 | 232 | 0.12 | 0.68 | 0 | 0.09 | 289.3 | 0.77 | 0.6 |
| Hex | CC | 4B | E8 | C | 44 | 0 | 9 | 121 | 4D | 3C |
| Octal | 314 | 113 | 350 | 14 | 104 | 0 | 11 | 441 | 115 | 74 |
| Binary | 11001100 | 1001011 | 11101000 | 1100 | 1000100 | 0 | 1001 | 100100001 | 1001101 | 111100 |
Color Harmonies of #CC4BE8
Complementary color
Monochromatic Colors of #CC4BE8
Black with #CC4BE8
Text Example
Text Example
White with #CC4BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4BE8; }
p { color: rgb(204,75,232); }
H1.HeaderClassName
{
color: #CC4BE8;
}
.AnyTagClassName
{
color: #CC4BE8;
}
</style>
background-color css
<style>
a { background-color: #CC4BE8; }
a { background-color: rgb(204,75,232); }
div.DivClassName
{
background-color: #CC4BE8;
}
.BgClassName
{
background-color: #CC4BE8;
}
</style>
border-color css
<style>
span { border-color: #CC4BE8; }
span { border-color: rgb(204,75,232); }
td.TdClassName
{
border-color: #CC4BE8;
}
.TagClassName
{
border-color: #CC4BE8;
}
</style>