Shades of Medium Orchid #CB43ED
Tints of Medium Orchid #CB43ED
RGB
CMYK
RGB Variations
Color information
#CB43ED (or 0xCB43ED) is known color: Medium Orchid. HEX triplet: CB, 43 and ED. RGB value is (203,67,237). Sum of RGB (Red+Green+Blue) = 203+67+237=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 67 (26.56% from 255 or 13.21% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB43ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB43ED is #34BC12. Grayscale: #7E7E7E. Windows color (decimal): -3456019 or 15549387. OLE color: 15549387.
HSL color Cylindrical-coordinate representation of color #CB43ED: hue angle of 288º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB43ED is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 67 | 237 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.07 |
| HSL | 288º | 0.83% | 0.6% | - |
| HSV(B) | 288º | 0.72% | 0.93% | - |
| XYZ | 41.92 | 22.83 | 82.32 | - |
| YUV | 127.04 | 190.06 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 237 | 0.14 | 0.72 | 0 | 0.07 | 288 | 0.83 | 0.6 |
| Hex | CB | 43 | ED | E | 48 | 0 | 7 | 120 | 53 | 3C |
| Octal | 313 | 103 | 355 | 16 | 110 | 0 | 7 | 440 | 123 | 74 |
| Binary | 11001011 | 1000011 | 11101101 | 1110 | 1001000 | 0 | 111 | 100100000 | 1010011 | 111100 |
Color Harmonies of #CB43ED
Complementary color
Monochromatic Colors of #CB43ED
Black with #CB43ED
Text Example
Text Example
White with #CB43ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB43ED; }
p { color: rgb(203,67,237); }
H1.HeaderClassName
{
color: #CB43ED;
}
.AnyTagClassName
{
color: #CB43ED;
}
</style>
background-color css
<style>
a { background-color: #CB43ED; }
a { background-color: rgb(203,67,237); }
div.DivClassName
{
background-color: #CB43ED;
}
.BgClassName
{
background-color: #CB43ED;
}
</style>
border-color css
<style>
span { border-color: #CB43ED; }
span { border-color: rgb(203,67,237); }
td.TdClassName
{
border-color: #CB43ED;
}
.TagClassName
{
border-color: #CB43ED;
}
</style>