Shades of Medium Orchid #CB43E8
Tints of Medium Orchid #CB43E8
RGB
CMYK
RGB Variations
Color information
#CB43E8 (or 0xCB43E8) is known color: Medium Orchid. HEX triplet: CB, 43 and E8. RGB value is (203,67,232). Sum of RGB (Red+Green+Blue) = 203+67+232=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 67 (26.56% from 255 or 13.35% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 232 - color contains mainly: blue. Hex color #CB43E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB43E8 is #34BC17. Grayscale: #7D7D7D. Windows color (decimal): -3456024 or 15221707. OLE color: 15221707.
HSL color Cylindrical-coordinate representation of color #CB43E8: hue angle of 289.45º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB43E8 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 67 | 232 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.09 |
| HSL | 289.45º | 0.78% | 0.59% | - |
| HSV(B) | 289.45º | 0.71% | 0.91% | - |
| XYZ | 41.2 | 22.54 | 78.52 | - |
| YUV | 126.47 | 187.56 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 232 | 0.12 | 0.71 | 0 | 0.09 | 289.45 | 0.78 | 0.59 |
| Hex | CB | 43 | E8 | C | 47 | 0 | 9 | 121 | 4E | 3B |
| Octal | 313 | 103 | 350 | 14 | 107 | 0 | 11 | 441 | 116 | 73 |
| Binary | 11001011 | 1000011 | 11101000 | 1100 | 1000111 | 0 | 1001 | 100100001 | 1001110 | 111011 |
Color Harmonies of #CB43E8
Complementary color
Monochromatic Colors of #CB43E8
Black with #CB43E8
Text Example
Text Example
White with #CB43E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB43E8; }
p { color: rgb(203,67,232); }
H1.HeaderClassName
{
color: #CB43E8;
}
.AnyTagClassName
{
color: #CB43E8;
}
</style>
background-color css
<style>
a { background-color: #CB43E8; }
a { background-color: rgb(203,67,232); }
div.DivClassName
{
background-color: #CB43E8;
}
.BgClassName
{
background-color: #CB43E8;
}
</style>
border-color css
<style>
span { border-color: #CB43E8; }
span { border-color: rgb(203,67,232); }
td.TdClassName
{
border-color: #CB43E8;
}
.TagClassName
{
border-color: #CB43E8;
}
</style>