Shades of Medium Orchid #CB57EF
Tints of Medium Orchid #CB57EF
RGB
CMYK
RGB Variations
Color information
#CB57EF (or 0xCB57EF) is known color: Medium Orchid. HEX triplet: CB, 57 and EF. RGB value is (203,87,239). Sum of RGB (Red+Green+Blue) = 203+87+239=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB57EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB57EF is #34A810. Grayscale: #8A8A8A. Windows color (decimal): -3450897 or 15685579. OLE color: 15685579.
HSL color Cylindrical-coordinate representation of color #CB57EF: hue angle of 285.79º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB57EF is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 87 | 239 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.06 |
| HSL | 285.79º | 0.83% | 0.64% | - |
| HSV(B) | 285.79º | 0.64% | 0.94% | - |
| XYZ | 43.62 | 25.74 | 84.33 | - |
| YUV | 139.01 | 184.43 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 239 | 0.15 | 0.64 | 0 | 0.06 | 285.79 | 0.83 | 0.64 |
| Hex | CB | 57 | EF | F | 40 | 0 | 6 | 11E | 53 | 40 |
| Octal | 313 | 127 | 357 | 17 | 100 | 0 | 6 | 436 | 123 | 100 |
| Binary | 11001011 | 1010111 | 11101111 | 1111 | 1000000 | 0 | 110 | 100011110 | 1010011 | 1000000 |
Color Harmonies of #CB57EF
Complementary color
Monochromatic Colors of #CB57EF
Black with #CB57EF
Text Example
Text Example
White with #CB57EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB57EF; }
p { color: rgb(203,87,239); }
H1.HeaderClassName
{
color: #CB57EF;
}
.AnyTagClassName
{
color: #CB57EF;
}
</style>
background-color css
<style>
a { background-color: #CB57EF; }
a { background-color: rgb(203,87,239); }
div.DivClassName
{
background-color: #CB57EF;
}
.BgClassName
{
background-color: #CB57EF;
}
</style>
border-color css
<style>
span { border-color: #CB57EF; }
span { border-color: rgb(203,87,239); }
td.TdClassName
{
border-color: #CB57EF;
}
.TagClassName
{
border-color: #CB57EF;
}
</style>