Shades of Medium Orchid #CB57EA
Tints of Medium Orchid #CB57EA
RGB
CMYK
RGB Variations
Color information
#CB57EA (or 0xCB57EA) is known color: Medium Orchid. HEX triplet: CB, 57 and EA. RGB value is (203,87,234). Sum of RGB (Red+Green+Blue) = 203+87+234=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 87 (34.38% from 255 or 16.60% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB57EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB57EA is #34A815. Grayscale: #898989. Windows color (decimal): -3450902 or 15357899. OLE color: 15357899.
HSL color Cylindrical-coordinate representation of color #CB57EA: hue angle of 287.35º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB57EA is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 87 | 234 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.08 |
| HSL | 287.35º | 0.78% | 0.63% | - |
| HSV(B) | 287.35º | 0.63% | 0.92% | - |
| XYZ | 42.89 | 25.45 | 80.49 | - |
| YUV | 138.44 | 181.93 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 234 | 0.13 | 0.63 | 0 | 0.08 | 287.35 | 0.78 | 0.63 |
| Hex | CB | 57 | EA | D | 3F | 0 | 8 | 11F | 4E | 3F |
| Octal | 313 | 127 | 352 | 15 | 77 | 0 | 10 | 437 | 116 | 77 |
| Binary | 11001011 | 1010111 | 11101010 | 1101 | 111111 | 0 | 1000 | 100011111 | 1001110 | 111111 |
Color Harmonies of #CB57EA
Complementary color
Monochromatic Colors of #CB57EA
Black with #CB57EA
Text Example
Text Example
White with #CB57EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB57EA; }
p { color: rgb(203,87,234); }
H1.HeaderClassName
{
color: #CB57EA;
}
.AnyTagClassName
{
color: #CB57EA;
}
</style>
background-color css
<style>
a { background-color: #CB57EA; }
a { background-color: rgb(203,87,234); }
div.DivClassName
{
background-color: #CB57EA;
}
.BgClassName
{
background-color: #CB57EA;
}
</style>
border-color css
<style>
span { border-color: #CB57EA; }
span { border-color: rgb(203,87,234); }
td.TdClassName
{
border-color: #CB57EA;
}
.TagClassName
{
border-color: #CB57EA;
}
</style>