Shades of Medium Orchid #CB42EA
Tints of Medium Orchid #CB42EA
RGB
CMYK
RGB Variations
Color information
#CB42EA (or 0xCB42EA) is known color: Medium Orchid. HEX triplet: CB, 42 and EA. RGB value is (203,66,234). Sum of RGB (Red+Green+Blue) = 203+66+234=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 66 (26.17% from 255 or 13.12% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB42EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB42EA is #34BD15. Grayscale: #7D7D7D. Windows color (decimal): -3456278 or 15352523. OLE color: 15352523.
HSL color Cylindrical-coordinate representation of color #CB42EA: hue angle of 288.93º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB42EA is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 66 | 234 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.08 |
| HSL | 288.93º | 0.8% | 0.59% | - |
| HSV(B) | 288.93º | 0.72% | 0.92% | - |
| XYZ | 41.43 | 22.53 | 80.01 | - |
| YUV | 126.12 | 188.89 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 234 | 0.13 | 0.72 | 0 | 0.08 | 288.93 | 0.8 | 0.59 |
| Hex | CB | 42 | EA | D | 48 | 0 | 8 | 121 | 50 | 3B |
| Octal | 313 | 102 | 352 | 15 | 110 | 0 | 10 | 441 | 120 | 73 |
| Binary | 11001011 | 1000010 | 11101010 | 1101 | 1001000 | 0 | 1000 | 100100001 | 1010000 | 111011 |
Color Harmonies of #CB42EA
Complementary color
Monochromatic Colors of #CB42EA
Black with #CB42EA
Text Example
Text Example
White with #CB42EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB42EA; }
p { color: rgb(203,66,234); }
H1.HeaderClassName
{
color: #CB42EA;
}
.AnyTagClassName
{
color: #CB42EA;
}
</style>
background-color css
<style>
a { background-color: #CB42EA; }
a { background-color: rgb(203,66,234); }
div.DivClassName
{
background-color: #CB42EA;
}
.BgClassName
{
background-color: #CB42EA;
}
</style>
border-color css
<style>
span { border-color: #CB42EA; }
span { border-color: rgb(203,66,234); }
td.TdClassName
{
border-color: #CB42EA;
}
.TagClassName
{
border-color: #CB42EA;
}
</style>