Shades of Medium Orchid #CB4BDF
Tints of Medium Orchid #CB4BDF
RGB
CMYK
RGB Variations
Color information
#CB4BDF (or 0xCB4BDF) is known color: Medium Orchid. HEX triplet: CB, 4B and DF. RGB value is (203,75,223). Sum of RGB (Red+Green+Blue) = 203+75+223=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB4BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4BDF is #34B420. Grayscale: #818181. Windows color (decimal): -3453985 or 14633931. OLE color: 14633931.
HSL color Cylindrical-coordinate representation of color #CB4BDF: hue angle of 291.89º degrees, saturation: 0.7, 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 #CB4BDF is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 75 | 223 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.13 |
| HSL | 291.89º | 0.7% | 0.58% | - |
| HSV(B) | 291.89º | 0.66% | 0.87% | - |
| XYZ | 40.46 | 23.06 | 72.13 | - |
| YUV | 130.14 | 180.41 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 223 | 0.09 | 0.66 | 0 | 0.13 | 291.89 | 0.7 | 0.58 |
| Hex | CB | 4B | DF | 9 | 42 | 0 | D | 124 | 46 | 3A |
| Octal | 313 | 113 | 337 | 11 | 102 | 0 | 15 | 444 | 106 | 72 |
| Binary | 11001011 | 1001011 | 11011111 | 1001 | 1000010 | 0 | 1101 | 100100100 | 1000110 | 111010 |
Color Harmonies of #CB4BDF
Complementary color
Monochromatic Colors of #CB4BDF
Black with #CB4BDF
Text Example
Text Example
White with #CB4BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4BDF; }
p { color: rgb(203,75,223); }
H1.HeaderClassName
{
color: #CB4BDF;
}
.AnyTagClassName
{
color: #CB4BDF;
}
</style>
background-color css
<style>
a { background-color: #CB4BDF; }
a { background-color: rgb(203,75,223); }
div.DivClassName
{
background-color: #CB4BDF;
}
.BgClassName
{
background-color: #CB4BDF;
}
</style>
border-color css
<style>
span { border-color: #CB4BDF; }
span { border-color: rgb(203,75,223); }
td.TdClassName
{
border-color: #CB4BDF;
}
.TagClassName
{
border-color: #CB4BDF;
}
</style>