Shades of Medium Orchid #CB5ED4
Tints of Medium Orchid #CB5ED4
RGB
CMYK
RGB Variations
Color information
#CB5ED4 (or 0xCB5ED4) is known color: Medium Orchid. HEX triplet: CB, 5E and D4. RGB value is (203,94,212). Sum of RGB (Red+Green+Blue) = 203+94+212=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB5ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5ED4 is #34A12B. Grayscale: #8B8B8B. Windows color (decimal): -3449132 or 13917899. OLE color: 13917899.
HSL color Cylindrical-coordinate representation of color #CB5ED4: hue angle of 295.42º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB5ED4 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 94 | 212 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.17 |
| HSL | 295.42º | 0.58% | 0.6% | - |
| HSV(B) | 295.42º | 0.56% | 0.83% | - |
| XYZ | 40.51 | 25.46 | 65.07 | - |
| YUV | 140.04 | 168.61 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 212 | 0.04 | 0.56 | 0 | 0.17 | 295.42 | 0.58 | 0.6 |
| Hex | CB | 5E | D4 | 4 | 38 | 0 | 11 | 127 | 3A | 3C |
| Octal | 313 | 136 | 324 | 4 | 70 | 0 | 21 | 447 | 72 | 74 |
| Binary | 11001011 | 1011110 | 11010100 | 100 | 111000 | 0 | 10001 | 100100111 | 111010 | 111100 |
Color Harmonies of #CB5ED4
Complementary color
Monochromatic Colors of #CB5ED4
Black with #CB5ED4
Text Example
Text Example
White with #CB5ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5ED4; }
p { color: rgb(203,94,212); }
H1.HeaderClassName
{
color: #CB5ED4;
}
.AnyTagClassName
{
color: #CB5ED4;
}
</style>
background-color css
<style>
a { background-color: #CB5ED4; }
a { background-color: rgb(203,94,212); }
div.DivClassName
{
background-color: #CB5ED4;
}
.BgClassName
{
background-color: #CB5ED4;
}
</style>
border-color css
<style>
span { border-color: #CB5ED4; }
span { border-color: rgb(203,94,212); }
td.TdClassName
{
border-color: #CB5ED4;
}
.TagClassName
{
border-color: #CB5ED4;
}
</style>