Shades of Medium Orchid #CB5DD7
Tints of Medium Orchid #CB5DD7
RGB
CMYK
RGB Variations
Color information
#CB5DD7 (or 0xCB5DD7) is known color: Medium Orchid. HEX triplet: CB, 5D and D7. RGB value is (203,93,215). Sum of RGB (Red+Green+Blue) = 203+93+215=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB5DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DD7 is #34A228. Grayscale: #8B8B8B. Windows color (decimal): -3449385 or 14114251. OLE color: 14114251.
HSL color Cylindrical-coordinate representation of color #CB5DD7: hue angle of 294.1º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB5DD7 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 93 | 215 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.16 |
| HSL | 294.1º | 0.6% | 0.6% | - |
| HSV(B) | 294.1º | 0.57% | 0.84% | - |
| XYZ | 40.81 | 25.43 | 67.05 | - |
| YUV | 139.8 | 170.44 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 215 | 0.06 | 0.57 | 0 | 0.16 | 294.1 | 0.6 | 0.6 |
| Hex | CB | 5D | D7 | 6 | 39 | 0 | 10 | 126 | 3C | 3C |
| Octal | 313 | 135 | 327 | 6 | 71 | 0 | 20 | 446 | 74 | 74 |
| Binary | 11001011 | 1011101 | 11010111 | 110 | 111001 | 0 | 10000 | 100100110 | 111100 | 111100 |
Color Harmonies of #CB5DD7
Complementary color
Monochromatic Colors of #CB5DD7
Black with #CB5DD7
Text Example
Text Example
White with #CB5DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DD7; }
p { color: rgb(203,93,215); }
H1.HeaderClassName
{
color: #CB5DD7;
}
.AnyTagClassName
{
color: #CB5DD7;
}
</style>
background-color css
<style>
a { background-color: #CB5DD7; }
a { background-color: rgb(203,93,215); }
div.DivClassName
{
background-color: #CB5DD7;
}
.BgClassName
{
background-color: #CB5DD7;
}
</style>
border-color css
<style>
span { border-color: #CB5DD7; }
span { border-color: rgb(203,93,215); }
td.TdClassName
{
border-color: #CB5DD7;
}
.TagClassName
{
border-color: #CB5DD7;
}
</style>