Shades of Medium Orchid #CC4BE2
Tints of Medium Orchid #CC4BE2
RGB
CMYK
RGB Variations
Color information
#CC4BE2 (or 0xCC4BE2) is known color: Medium Orchid. HEX triplet: CC, 4B and E2. RGB value is (204,75,226). Sum of RGB (Red+Green+Blue) = 204+75+226=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 226 (88.67% from 255 or 44.75% from 505); Max value from RGB is 226 - color contains mainly: blue. Hex color #CC4BE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4BE2 is #33B41D. Grayscale: #828282. Windows color (decimal): -3388446 or 14830540. OLE color: 14830540.
HSL color Cylindrical-coordinate representation of color #CC4BE2: hue angle of 291.26º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4BE2 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 75 | 226 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.11 |
| HSL | 291.26º | 0.72% | 0.59% | - |
| HSV(B) | 291.26º | 0.67% | 0.89% | - |
| XYZ | 41.15 | 23.36 | 74.29 | - |
| YUV | 130.79 | 181.74 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 75 | 226 | 0.10 | 0.67 | 0 | 0.11 | 291.26 | 0.72 | 0.59 |
| Hex | CC | 4B | E2 | A | 43 | 0 | B | 123 | 48 | 3B |
| Octal | 314 | 113 | 342 | 12 | 103 | 0 | 13 | 443 | 110 | 73 |
| Binary | 11001100 | 1001011 | 11100010 | 1010 | 1000011 | 0 | 1011 | 100100011 | 1001000 | 111011 |
Color Harmonies of #CC4BE2
Complementary color
Monochromatic Colors of #CC4BE2
Black with #CC4BE2
Text Example
Text Example
White with #CC4BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4BE2; }
p { color: rgb(204,75,226); }
H1.HeaderClassName
{
color: #CC4BE2;
}
.AnyTagClassName
{
color: #CC4BE2;
}
</style>
background-color css
<style>
a { background-color: #CC4BE2; }
a { background-color: rgb(204,75,226); }
div.DivClassName
{
background-color: #CC4BE2;
}
.BgClassName
{
background-color: #CC4BE2;
}
</style>
border-color css
<style>
span { border-color: #CC4BE2; }
span { border-color: rgb(204,75,226); }
td.TdClassName
{
border-color: #CC4BE2;
}
.TagClassName
{
border-color: #CC4BE2;
}
</style>