Shades of Medium Orchid #CB5DD8
Tints of Medium Orchid #CB5DD8
RGB
CMYK
RGB Variations
Color information
#CB5DD8 (or 0xCB5DD8) is known color: Medium Orchid. HEX triplet: CB, 5D and D8. RGB value is (203,93,216). Sum of RGB (Red+Green+Blue) = 203+93+216=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB5DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DD8 is #34A227. Grayscale: #8B8B8B. Windows color (decimal): -3449384 or 14179787. OLE color: 14179787.
HSL color Cylindrical-coordinate representation of color #CB5DD8: hue angle of 293.66º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB5DD8 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 93 | 216 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.15 |
| HSL | 293.66º | 0.61% | 0.61% | - |
| HSV(B) | 293.66º | 0.57% | 0.85% | - |
| XYZ | 40.94 | 25.48 | 67.73 | - |
| YUV | 139.91 | 170.94 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 216 | 0.06 | 0.57 | 0 | 0.15 | 293.66 | 0.61 | 0.61 |
| Hex | CB | 5D | D8 | 6 | 39 | 0 | F | 126 | 3D | 3D |
| Octal | 313 | 135 | 330 | 6 | 71 | 0 | 17 | 446 | 75 | 75 |
| Binary | 11001011 | 1011101 | 11011000 | 110 | 111001 | 0 | 1111 | 100100110 | 111101 | 111101 |
Color Harmonies of #CB5DD8
Complementary color
Monochromatic Colors of #CB5DD8
Black with #CB5DD8
Text Example
Text Example
White with #CB5DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DD8; }
p { color: rgb(203,93,216); }
H1.HeaderClassName
{
color: #CB5DD8;
}
.AnyTagClassName
{
color: #CB5DD8;
}
</style>
background-color css
<style>
a { background-color: #CB5DD8; }
a { background-color: rgb(203,93,216); }
div.DivClassName
{
background-color: #CB5DD8;
}
.BgClassName
{
background-color: #CB5DD8;
}
</style>
border-color css
<style>
span { border-color: #CB5DD8; }
span { border-color: rgb(203,93,216); }
td.TdClassName
{
border-color: #CB5DD8;
}
.TagClassName
{
border-color: #CB5DD8;
}
</style>