Shades of Medium Orchid #CB4CE6
Tints of Medium Orchid #CB4CE6
RGB
CMYK
RGB Variations
Color information
#CB4CE6 (or 0xCB4CE6) is known color: Medium Orchid. HEX triplet: CB, 4C and E6. RGB value is (203,76,230). Sum of RGB (Red+Green+Blue) = 203+76+230=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB4CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4CE6 is #34B319. Grayscale: #838383. Windows color (decimal): -3453722 or 15092939. OLE color: 15092939.
HSL color Cylindrical-coordinate representation of color #CB4CE6: hue angle of 289.48º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4CE6 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 76 | 230 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.10 |
| HSL | 289.48º | 0.75% | 0.6% | - |
| HSV(B) | 289.48º | 0.67% | 0.9% | - |
| XYZ | 41.5 | 23.58 | 77.23 | - |
| YUV | 131.53 | 183.58 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 230 | 0.12 | 0.67 | 0 | 0.10 | 289.48 | 0.75 | 0.6 |
| Hex | CB | 4C | E6 | C | 43 | 0 | A | 121 | 4B | 3C |
| Octal | 313 | 114 | 346 | 14 | 103 | 0 | 12 | 441 | 113 | 74 |
| Binary | 11001011 | 1001100 | 11100110 | 1100 | 1000011 | 0 | 1010 | 100100001 | 1001011 | 111100 |
Color Harmonies of #CB4CE6
Complementary color
Monochromatic Colors of #CB4CE6
Black with #CB4CE6
Text Example
Text Example
White with #CB4CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4CE6; }
p { color: rgb(203,76,230); }
H1.HeaderClassName
{
color: #CB4CE6;
}
.AnyTagClassName
{
color: #CB4CE6;
}
</style>
background-color css
<style>
a { background-color: #CB4CE6; }
a { background-color: rgb(203,76,230); }
div.DivClassName
{
background-color: #CB4CE6;
}
.BgClassName
{
background-color: #CB4CE6;
}
</style>
border-color css
<style>
span { border-color: #CB4CE6; }
span { border-color: rgb(203,76,230); }
td.TdClassName
{
border-color: #CB4CE6;
}
.TagClassName
{
border-color: #CB4CE6;
}
</style>