Shades of Medium Orchid #CB4CED
Tints of Medium Orchid #CB4CED
RGB
CMYK
RGB Variations
Color information
#CB4CED (or 0xCB4CED) is known color: Medium Orchid. HEX triplet: CB, 4C and ED. RGB value is (203,76,237). Sum of RGB (Red+Green+Blue) = 203+76+237=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB4CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4CED is #34B312. Grayscale: #838383. Windows color (decimal): -3453715 or 15551691. OLE color: 15551691.
HSL color Cylindrical-coordinate representation of color #CB4CED: hue angle of 287.33º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4CED is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 76 | 237 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.07 |
| HSL | 287.33º | 0.82% | 0.61% | - |
| HSV(B) | 287.33º | 0.68% | 0.93% | - |
| XYZ | 42.5 | 23.98 | 82.51 | - |
| YUV | 132.33 | 187.08 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 237 | 0.14 | 0.68 | 0 | 0.07 | 287.33 | 0.82 | 0.61 |
| Hex | CB | 4C | ED | E | 44 | 0 | 7 | 11F | 52 | 3D |
| Octal | 313 | 114 | 355 | 16 | 104 | 0 | 7 | 437 | 122 | 75 |
| Binary | 11001011 | 1001100 | 11101101 | 1110 | 1000100 | 0 | 111 | 100011111 | 1010010 | 111101 |
Color Harmonies of #CB4CED
Complementary color
Monochromatic Colors of #CB4CED
Black with #CB4CED
Text Example
Text Example
White with #CB4CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4CED; }
p { color: rgb(203,76,237); }
H1.HeaderClassName
{
color: #CB4CED;
}
.AnyTagClassName
{
color: #CB4CED;
}
</style>
background-color css
<style>
a { background-color: #CB4CED; }
a { background-color: rgb(203,76,237); }
div.DivClassName
{
background-color: #CB4CED;
}
.BgClassName
{
background-color: #CB4CED;
}
</style>
border-color css
<style>
span { border-color: #CB4CED; }
span { border-color: rgb(203,76,237); }
td.TdClassName
{
border-color: #CB4CED;
}
.TagClassName
{
border-color: #CB4CED;
}
</style>