Shades of Medium Orchid #CB57DF
Tints of Medium Orchid #CB57DF
RGB
CMYK
RGB Variations
Color information
#CB57DF (or 0xCB57DF) is known color: Medium Orchid. HEX triplet: CB, 57 and DF. RGB value is (203,87,223). Sum of RGB (Red+Green+Blue) = 203+87+223=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 87 (34.38% from 255 or 16.96% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB57DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB57DF is #34A820. Grayscale: #888888. Windows color (decimal): -3450913 or 14637003. OLE color: 14637003.
HSL color Cylindrical-coordinate representation of color #CB57DF: hue angle of 291.18º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB57DF is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 87 | 223 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.13 |
| HSL | 291.18º | 0.68% | 0.61% | - |
| HSV(B) | 291.18º | 0.61% | 0.87% | - |
| XYZ | 41.36 | 24.84 | 72.43 | - |
| YUV | 137.19 | 176.43 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 223 | 0.09 | 0.61 | 0 | 0.13 | 291.18 | 0.68 | 0.61 |
| Hex | CB | 57 | DF | 9 | 3D | 0 | D | 123 | 44 | 3D |
| Octal | 313 | 127 | 337 | 11 | 75 | 0 | 15 | 443 | 104 | 75 |
| Binary | 11001011 | 1010111 | 11011111 | 1001 | 111101 | 0 | 1101 | 100100011 | 1000100 | 111101 |
Color Harmonies of #CB57DF
Complementary color
Monochromatic Colors of #CB57DF
Black with #CB57DF
Text Example
Text Example
White with #CB57DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB57DF; }
p { color: rgb(203,87,223); }
H1.HeaderClassName
{
color: #CB57DF;
}
.AnyTagClassName
{
color: #CB57DF;
}
</style>
background-color css
<style>
a { background-color: #CB57DF; }
a { background-color: rgb(203,87,223); }
div.DivClassName
{
background-color: #CB57DF;
}
.BgClassName
{
background-color: #CB57DF;
}
</style>
border-color css
<style>
span { border-color: #CB57DF; }
span { border-color: rgb(203,87,223); }
td.TdClassName
{
border-color: #CB57DF;
}
.TagClassName
{
border-color: #CB57DF;
}
</style>