Shades of Medium Orchid #CB4DD4
Tints of Medium Orchid #CB4DD4
RGB
CMYK
RGB Variations
Color information
#CB4DD4 (or 0xCB4DD4) is known color: Medium Orchid. HEX triplet: CB, 4D and D4. RGB value is (203,77,212). Sum of RGB (Red+Green+Blue) = 203+77+212=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 212 (83.20% from 255 or 43.09% from 492); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB4DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4DD4 is #34B22B. Grayscale: #818181. Windows color (decimal): -3453484 or 13913547. OLE color: 13913547.
HSL color Cylindrical-coordinate representation of color #CB4DD4: hue angle of 296º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4DD4 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 77 | 212 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.17 |
| HSL | 296º | 0.61% | 0.57% | - |
| HSV(B) | 296º | 0.64% | 0.83% | - |
| XYZ | 39.17 | 22.76 | 64.62 | - |
| YUV | 130.06 | 174.24 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 212 | 0.04 | 0.64 | 0 | 0.17 | 296 | 0.61 | 0.57 |
| Hex | CB | 4D | D4 | 4 | 40 | 0 | 11 | 128 | 3D | 39 |
| Octal | 313 | 115 | 324 | 4 | 100 | 0 | 21 | 450 | 75 | 71 |
| Binary | 11001011 | 1001101 | 11010100 | 100 | 1000000 | 0 | 10001 | 100101000 | 111101 | 111001 |
Color Harmonies of #CB4DD4
Complementary color
Monochromatic Colors of #CB4DD4
Black with #CB4DD4
Text Example
Text Example
White with #CB4DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4DD4; }
p { color: rgb(203,77,212); }
H1.HeaderClassName
{
color: #CB4DD4;
}
.AnyTagClassName
{
color: #CB4DD4;
}
</style>
background-color css
<style>
a { background-color: #CB4DD4; }
a { background-color: rgb(203,77,212); }
div.DivClassName
{
background-color: #CB4DD4;
}
.BgClassName
{
background-color: #CB4DD4;
}
</style>
border-color css
<style>
span { border-color: #CB4DD4; }
span { border-color: rgb(203,77,212); }
td.TdClassName
{
border-color: #CB4DD4;
}
.TagClassName
{
border-color: #CB4DD4;
}
</style>