Shades of Medium Orchid #CB4EED
Tints of Medium Orchid #CB4EED
RGB
CMYK
RGB Variations
Color information
#CB4EED (or 0xCB4EED) is known color: Medium Orchid. HEX triplet: CB, 4E and ED. RGB value is (203,78,237). Sum of RGB (Red+Green+Blue) = 203+78+237=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 78 (30.86% from 255 or 15.06% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB4EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4EED is #34B112. Grayscale: #848484. Windows color (decimal): -3453203 or 15552203. OLE color: 15552203.
HSL color Cylindrical-coordinate representation of color #CB4EED: hue angle of 287.17º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4EED is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 78 | 237 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.07 |
| HSL | 287.17º | 0.82% | 0.62% | - |
| HSV(B) | 287.17º | 0.67% | 0.93% | - |
| XYZ | 42.64 | 24.26 | 82.56 | - |
| YUV | 133.5 | 186.41 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 237 | 0.14 | 0.67 | 0 | 0.07 | 287.17 | 0.82 | 0.62 |
| Hex | CB | 4E | ED | E | 43 | 0 | 7 | 11F | 52 | 3E |
| Octal | 313 | 116 | 355 | 16 | 103 | 0 | 7 | 437 | 122 | 76 |
| Binary | 11001011 | 1001110 | 11101101 | 1110 | 1000011 | 0 | 111 | 100011111 | 1010010 | 111110 |
Color Harmonies of #CB4EED
Complementary color
Monochromatic Colors of #CB4EED
Black with #CB4EED
Text Example
Text Example
White with #CB4EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4EED; }
p { color: rgb(203,78,237); }
H1.HeaderClassName
{
color: #CB4EED;
}
.AnyTagClassName
{
color: #CB4EED;
}
</style>
background-color css
<style>
a { background-color: #CB4EED; }
a { background-color: rgb(203,78,237); }
div.DivClassName
{
background-color: #CB4EED;
}
.BgClassName
{
background-color: #CB4EED;
}
</style>
border-color css
<style>
span { border-color: #CB4EED; }
span { border-color: rgb(203,78,237); }
td.TdClassName
{
border-color: #CB4EED;
}
.TagClassName
{
border-color: #CB4EED;
}
</style>