Shades of Medium Orchid #CB4BDC
Tints of Medium Orchid #CB4BDC
RGB
CMYK
RGB Variations
Color information
#CB4BDC (or 0xCB4BDC) is known color: Medium Orchid. HEX triplet: CB, 4B and DC. RGB value is (203,75,220). Sum of RGB (Red+Green+Blue) = 203+75+220=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 75 (29.69% from 255 or 15.06% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB4BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4BDC is #34B423. Grayscale: #818181. Windows color (decimal): -3453988 or 14437323. OLE color: 14437323.
HSL color Cylindrical-coordinate representation of color #CB4BDC: hue angle of 292.97º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4BDC is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 75 | 220 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.14 |
| HSL | 292.97º | 0.67% | 0.58% | - |
| HSV(B) | 292.97º | 0.66% | 0.86% | - |
| XYZ | 40.06 | 22.9 | 70.02 | - |
| YUV | 129.8 | 178.91 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 220 | 0.08 | 0.66 | 0 | 0.14 | 292.97 | 0.67 | 0.58 |
| Hex | CB | 4B | DC | 8 | 42 | 0 | E | 125 | 43 | 3A |
| Octal | 313 | 113 | 334 | 10 | 102 | 0 | 16 | 445 | 103 | 72 |
| Binary | 11001011 | 1001011 | 11011100 | 1000 | 1000010 | 0 | 1110 | 100100101 | 1000011 | 111010 |
Color Harmonies of #CB4BDC
Complementary color
Monochromatic Colors of #CB4BDC
Black with #CB4BDC
Text Example
Text Example
White with #CB4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4BDC; }
p { color: rgb(203,75,220); }
H1.HeaderClassName
{
color: #CB4BDC;
}
.AnyTagClassName
{
color: #CB4BDC;
}
</style>
background-color css
<style>
a { background-color: #CB4BDC; }
a { background-color: rgb(203,75,220); }
div.DivClassName
{
background-color: #CB4BDC;
}
.BgClassName
{
background-color: #CB4BDC;
}
</style>
border-color css
<style>
span { border-color: #CB4BDC; }
span { border-color: rgb(203,75,220); }
td.TdClassName
{
border-color: #CB4BDC;
}
.TagClassName
{
border-color: #CB4BDC;
}
</style>