Shades of Medium Orchid #CB4EDD
Tints of Medium Orchid #CB4EDD
RGB
CMYK
RGB Variations
Color information
#CB4EDD (or 0xCB4EDD) is known color: Medium Orchid. HEX triplet: CB, 4E and DD. RGB value is (203,78,221). Sum of RGB (Red+Green+Blue) = 203+78+221=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB4EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4EDD is #34B122. Grayscale: #838383. Windows color (decimal): -3453219 or 14503627. OLE color: 14503627.
HSL color Cylindrical-coordinate representation of color #CB4EDD: hue angle of 292.45º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB4EDD is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 78 | 221 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.13 |
| HSL | 292.45º | 0.68% | 0.59% | - |
| HSV(B) | 292.45º | 0.65% | 0.87% | - |
| XYZ | 40.4 | 23.37 | 70.79 | - |
| YUV | 131.68 | 178.41 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 221 | 0.08 | 0.65 | 0 | 0.13 | 292.45 | 0.68 | 0.59 |
| Hex | CB | 4E | DD | 8 | 41 | 0 | D | 124 | 44 | 3B |
| Octal | 313 | 116 | 335 | 10 | 101 | 0 | 15 | 444 | 104 | 73 |
| Binary | 11001011 | 1001110 | 11011101 | 1000 | 1000001 | 0 | 1101 | 100100100 | 1000100 | 111011 |
Color Harmonies of #CB4EDD
Complementary color
Monochromatic Colors of #CB4EDD
Black with #CB4EDD
Text Example
Text Example
White with #CB4EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4EDD; }
p { color: rgb(203,78,221); }
H1.HeaderClassName
{
color: #CB4EDD;
}
.AnyTagClassName
{
color: #CB4EDD;
}
</style>
background-color css
<style>
a { background-color: #CB4EDD; }
a { background-color: rgb(203,78,221); }
div.DivClassName
{
background-color: #CB4EDD;
}
.BgClassName
{
background-color: #CB4EDD;
}
</style>
border-color css
<style>
span { border-color: #CB4EDD; }
span { border-color: rgb(203,78,221); }
td.TdClassName
{
border-color: #CB4EDD;
}
.TagClassName
{
border-color: #CB4EDD;
}
</style>