Shades of Medium Orchid #CB4CDE
Tints of Medium Orchid #CB4CDE
RGB
CMYK
RGB Variations
Color information
#CB4CDE (or 0xCB4CDE) is known color: Medium Orchid. HEX triplet: CB, 4C and DE. RGB value is (203,76,222). Sum of RGB (Red+Green+Blue) = 203+76+222=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB4CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4CDE is #34B321. Grayscale: #828282. Windows color (decimal): -3453730 or 14568651. OLE color: 14568651.
HSL color Cylindrical-coordinate representation of color #CB4CDE: hue angle of 292.19º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4CDE is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 76 | 222 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.13 |
| HSL | 292.19º | 0.69% | 0.58% | - |
| HSV(B) | 292.19º | 0.66% | 0.87% | - |
| XYZ | 40.4 | 23.14 | 71.44 | - |
| YUV | 130.62 | 179.58 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 222 | 0.09 | 0.66 | 0 | 0.13 | 292.19 | 0.69 | 0.58 |
| Hex | CB | 4C | DE | 9 | 42 | 0 | D | 124 | 45 | 3A |
| Octal | 313 | 114 | 336 | 11 | 102 | 0 | 15 | 444 | 105 | 72 |
| Binary | 11001011 | 1001100 | 11011110 | 1001 | 1000010 | 0 | 1101 | 100100100 | 1000101 | 111010 |
Color Harmonies of #CB4CDE
Complementary color
Monochromatic Colors of #CB4CDE
Black with #CB4CDE
Text Example
Text Example
White with #CB4CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4CDE; }
p { color: rgb(203,76,222); }
H1.HeaderClassName
{
color: #CB4CDE;
}
.AnyTagClassName
{
color: #CB4CDE;
}
</style>
background-color css
<style>
a { background-color: #CB4CDE; }
a { background-color: rgb(203,76,222); }
div.DivClassName
{
background-color: #CB4CDE;
}
.BgClassName
{
background-color: #CB4CDE;
}
</style>
border-color css
<style>
span { border-color: #CB4CDE; }
span { border-color: rgb(203,76,222); }
td.TdClassName
{
border-color: #CB4CDE;
}
.TagClassName
{
border-color: #CB4CDE;
}
</style>