Shades of Medium Orchid #CB4CEA
Tints of Medium Orchid #CB4CEA
RGB
CMYK
RGB Variations
Color information
#CB4CEA (or 0xCB4CEA) is known color: Medium Orchid. HEX triplet: CB, 4C and EA. RGB value is (203,76,234). Sum of RGB (Red+Green+Blue) = 203+76+234=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 76 (30.08% from 255 or 14.81% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB4CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4CEA is #34B315. Grayscale: #838383. Windows color (decimal): -3453718 or 15355083. OLE color: 15355083.
HSL color Cylindrical-coordinate representation of color #CB4CEA: hue angle of 288.23º degrees, saturation: 0.79, 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 #CB4CEA is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 76 | 234 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.08 |
| HSL | 288.23º | 0.79% | 0.61% | - |
| HSV(B) | 288.23º | 0.68% | 0.92% | - |
| XYZ | 42.06 | 23.81 | 80.22 | - |
| YUV | 131.99 | 185.58 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 234 | 0.13 | 0.68 | 0 | 0.08 | 288.23 | 0.79 | 0.61 |
| Hex | CB | 4C | EA | D | 44 | 0 | 8 | 120 | 4F | 3D |
| Octal | 313 | 114 | 352 | 15 | 104 | 0 | 10 | 440 | 117 | 75 |
| Binary | 11001011 | 1001100 | 11101010 | 1101 | 1000100 | 0 | 1000 | 100100000 | 1001111 | 111101 |
Color Harmonies of #CB4CEA
Complementary color
Monochromatic Colors of #CB4CEA
Black with #CB4CEA
Text Example
Text Example
White with #CB4CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4CEA; }
p { color: rgb(203,76,234); }
H1.HeaderClassName
{
color: #CB4CEA;
}
.AnyTagClassName
{
color: #CB4CEA;
}
</style>
background-color css
<style>
a { background-color: #CB4CEA; }
a { background-color: rgb(203,76,234); }
div.DivClassName
{
background-color: #CB4CEA;
}
.BgClassName
{
background-color: #CB4CEA;
}
</style>
border-color css
<style>
span { border-color: #CB4CEA; }
span { border-color: rgb(203,76,234); }
td.TdClassName
{
border-color: #CB4CEA;
}
.TagClassName
{
border-color: #CB4CEA;
}
</style>