Shades of Medium Orchid #CB4EDE
Tints of Medium Orchid #CB4EDE
RGB
CMYK
RGB Variations
Color information
#CB4EDE (or 0xCB4EDE) is known color: Medium Orchid. HEX triplet: CB, 4E and DE. RGB value is (203,78,222). Sum of RGB (Red+Green+Blue) = 203+78+222=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB4EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4EDE is #34B121. Grayscale: #838383. Windows color (decimal): -3453218 or 14569163. OLE color: 14569163.
HSL color Cylindrical-coordinate representation of color #CB4EDE: hue angle of 292.08º degrees, saturation: 0.69, 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 #CB4EDE is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 78 | 222 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.13 |
| HSL | 292.08º | 0.69% | 0.59% | - |
| HSV(B) | 292.08º | 0.65% | 0.87% | - |
| XYZ | 40.54 | 23.42 | 71.49 | - |
| YUV | 131.79 | 178.91 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 222 | 0.09 | 0.65 | 0 | 0.13 | 292.08 | 0.69 | 0.59 |
| Hex | CB | 4E | DE | 9 | 41 | 0 | D | 124 | 45 | 3B |
| Octal | 313 | 116 | 336 | 11 | 101 | 0 | 15 | 444 | 105 | 73 |
| Binary | 11001011 | 1001110 | 11011110 | 1001 | 1000001 | 0 | 1101 | 100100100 | 1000101 | 111011 |
Color Harmonies of #CB4EDE
Complementary color
Monochromatic Colors of #CB4EDE
Black with #CB4EDE
Text Example
Text Example
White with #CB4EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4EDE; }
p { color: rgb(203,78,222); }
H1.HeaderClassName
{
color: #CB4EDE;
}
.AnyTagClassName
{
color: #CB4EDE;
}
</style>
background-color css
<style>
a { background-color: #CB4EDE; }
a { background-color: rgb(203,78,222); }
div.DivClassName
{
background-color: #CB4EDE;
}
.BgClassName
{
background-color: #CB4EDE;
}
</style>
border-color css
<style>
span { border-color: #CB4EDE; }
span { border-color: rgb(203,78,222); }
td.TdClassName
{
border-color: #CB4EDE;
}
.TagClassName
{
border-color: #CB4EDE;
}
</style>