Shades of Medium Orchid #CB4CE1
Tints of Medium Orchid #CB4CE1
RGB
CMYK
RGB Variations
Color information
#CB4CE1 (or 0xCB4CE1) is known color: Medium Orchid. HEX triplet: CB, 4C and E1. RGB value is (203,76,225). Sum of RGB (Red+Green+Blue) = 203+76+225=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB4CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4CE1 is #34B31E. Grayscale: #828282. Windows color (decimal): -3453727 or 14765259. OLE color: 14765259.
HSL color Cylindrical-coordinate representation of color #CB4CE1: hue angle of 291.14º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4CE1 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 76 | 225 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.12 |
| HSL | 291.14º | 0.71% | 0.59% | - |
| HSV(B) | 291.14º | 0.66% | 0.88% | - |
| XYZ | 40.8 | 23.3 | 73.58 | - |
| YUV | 130.96 | 181.08 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 225 | 0.10 | 0.66 | 0 | 0.12 | 291.14 | 0.71 | 0.59 |
| Hex | CB | 4C | E1 | A | 42 | 0 | C | 123 | 47 | 3B |
| Octal | 313 | 114 | 341 | 12 | 102 | 0 | 14 | 443 | 107 | 73 |
| Binary | 11001011 | 1001100 | 11100001 | 1010 | 1000010 | 0 | 1100 | 100100011 | 1000111 | 111011 |
Color Harmonies of #CB4CE1
Complementary color
Monochromatic Colors of #CB4CE1
Black with #CB4CE1
Text Example
Text Example
White with #CB4CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4CE1; }
p { color: rgb(203,76,225); }
H1.HeaderClassName
{
color: #CB4CE1;
}
.AnyTagClassName
{
color: #CB4CE1;
}
</style>
background-color css
<style>
a { background-color: #CB4CE1; }
a { background-color: rgb(203,76,225); }
div.DivClassName
{
background-color: #CB4CE1;
}
.BgClassName
{
background-color: #CB4CE1;
}
</style>
border-color css
<style>
span { border-color: #CB4CE1; }
span { border-color: rgb(203,76,225); }
td.TdClassName
{
border-color: #CB4CE1;
}
.TagClassName
{
border-color: #CB4CE1;
}
</style>