Shades of Medium Orchid #CB57DC
Tints of Medium Orchid #CB57DC
RGB
CMYK
RGB Variations
Color information
#CB57DC (or 0xCB57DC) is known color: Medium Orchid. HEX triplet: CB, 57 and DC. RGB value is (203,87,220). Sum of RGB (Red+Green+Blue) = 203+87+220=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 87 (34.38% from 255 or 17.06% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB57DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB57DC is #34A823. Grayscale: #888888. Windows color (decimal): -3450916 or 14440395. OLE color: 14440395.
HSL color Cylindrical-coordinate representation of color #CB57DC: hue angle of 292.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB57DC is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 87 | 220 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.14 |
| HSL | 292.33º | 0.66% | 0.6% | - |
| HSV(B) | 292.33º | 0.6% | 0.86% | - |
| XYZ | 40.96 | 24.68 | 70.32 | - |
| YUV | 136.85 | 174.93 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 220 | 0.08 | 0.60 | 0 | 0.14 | 292.33 | 0.66 | 0.6 |
| Hex | CB | 57 | DC | 8 | 3C | 0 | E | 124 | 42 | 3C |
| Octal | 313 | 127 | 334 | 10 | 74 | 0 | 16 | 444 | 102 | 74 |
| Binary | 11001011 | 1010111 | 11011100 | 1000 | 111100 | 0 | 1110 | 100100100 | 1000010 | 111100 |
Color Harmonies of #CB57DC
Complementary color
Monochromatic Colors of #CB57DC
Black with #CB57DC
Text Example
Text Example
White with #CB57DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB57DC; }
p { color: rgb(203,87,220); }
H1.HeaderClassName
{
color: #CB57DC;
}
.AnyTagClassName
{
color: #CB57DC;
}
</style>
background-color css
<style>
a { background-color: #CB57DC; }
a { background-color: rgb(203,87,220); }
div.DivClassName
{
background-color: #CB57DC;
}
.BgClassName
{
background-color: #CB57DC;
}
</style>
border-color css
<style>
span { border-color: #CB57DC; }
span { border-color: rgb(203,87,220); }
td.TdClassName
{
border-color: #CB57DC;
}
.TagClassName
{
border-color: #CB57DC;
}
</style>