Shades of Medium Orchid #CB57D3
Tints of Medium Orchid #CB57D3
RGB
CMYK
RGB Variations
Color information
#CB57D3 (or 0xCB57D3) is known color: Medium Orchid. HEX triplet: CB, 57 and D3. RGB value is (203,87,211). Sum of RGB (Red+Green+Blue) = 203+87+211=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 87 (34.38% from 255 or 17.37% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB57D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB57D3 is #34A82C. Grayscale: #878787. Windows color (decimal): -3450925 or 13850571. OLE color: 13850571.
HSL color Cylindrical-coordinate representation of color #CB57D3: hue angle of 296.13º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB57D3 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 87 | 211 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.17 |
| HSL | 296.13º | 0.58% | 0.58% | - |
| HSV(B) | 296.13º | 0.59% | 0.83% | - |
| XYZ | 39.79 | 24.22 | 64.2 | - |
| YUV | 135.82 | 170.43 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 211 | 0.04 | 0.59 | 0 | 0.17 | 296.13 | 0.58 | 0.58 |
| Hex | CB | 57 | D3 | 4 | 3B | 0 | 11 | 128 | 3A | 3A |
| Octal | 313 | 127 | 323 | 4 | 73 | 0 | 21 | 450 | 72 | 72 |
| Binary | 11001011 | 1010111 | 11010011 | 100 | 111011 | 0 | 10001 | 100101000 | 111010 | 111010 |
Color Harmonies of #CB57D3
Complementary color
Monochromatic Colors of #CB57D3
Black with #CB57D3
Text Example
Text Example
White with #CB57D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB57D3; }
p { color: rgb(203,87,211); }
H1.HeaderClassName
{
color: #CB57D3;
}
.AnyTagClassName
{
color: #CB57D3;
}
</style>
background-color css
<style>
a { background-color: #CB57D3; }
a { background-color: rgb(203,87,211); }
div.DivClassName
{
background-color: #CB57D3;
}
.BgClassName
{
background-color: #CB57D3;
}
</style>
border-color css
<style>
span { border-color: #CB57D3; }
span { border-color: rgb(203,87,211); }
td.TdClassName
{
border-color: #CB57D3;
}
.TagClassName
{
border-color: #CB57D3;
}
</style>