Shades of Medium Orchid #CB57DA
Tints of Medium Orchid #CB57DA
RGB
CMYK
RGB Variations
Color information
#CB57DA (or 0xCB57DA) is known color: Medium Orchid. HEX triplet: CB, 57 and DA. RGB value is (203,87,218). Sum of RGB (Red+Green+Blue) = 203+87+218=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 87 (34.38% from 255 or 17.13% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB57DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB57DA is #34A825. Grayscale: #888888. Windows color (decimal): -3450918 or 14309323. OLE color: 14309323.
HSL color Cylindrical-coordinate representation of color #CB57DA: hue angle of 293.13º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB57DA is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 87 | 218 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.15 |
| HSL | 293.13º | 0.64% | 0.6% | - |
| HSV(B) | 293.13º | 0.6% | 0.85% | - |
| XYZ | 40.69 | 24.57 | 68.93 | - |
| YUV | 136.62 | 173.93 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 218 | 0.07 | 0.60 | 0 | 0.15 | 293.13 | 0.64 | 0.6 |
| Hex | CB | 57 | DA | 7 | 3C | 0 | F | 125 | 40 | 3C |
| Octal | 313 | 127 | 332 | 7 | 74 | 0 | 17 | 445 | 100 | 74 |
| Binary | 11001011 | 1010111 | 11011010 | 111 | 111100 | 0 | 1111 | 100100101 | 1000000 | 111100 |
Color Harmonies of #CB57DA
Complementary color
Monochromatic Colors of #CB57DA
Black with #CB57DA
Text Example
Text Example
White with #CB57DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB57DA; }
p { color: rgb(203,87,218); }
H1.HeaderClassName
{
color: #CB57DA;
}
.AnyTagClassName
{
color: #CB57DA;
}
</style>
background-color css
<style>
a { background-color: #CB57DA; }
a { background-color: rgb(203,87,218); }
div.DivClassName
{
background-color: #CB57DA;
}
.BgClassName
{
background-color: #CB57DA;
}
</style>
border-color css
<style>
span { border-color: #CB57DA; }
span { border-color: rgb(203,87,218); }
td.TdClassName
{
border-color: #CB57DA;
}
.TagClassName
{
border-color: #CB57DA;
}
</style>