Shades of Medium Orchid #CB55D7
Tints of Medium Orchid #CB55D7
RGB
CMYK
RGB Variations
Color information
#CB55D7 (or 0xCB55D7) is known color: Medium Orchid. HEX triplet: CB, 55 and D7. RGB value is (203,85,215). Sum of RGB (Red+Green+Blue) = 203+85+215=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB55D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55D7 is #34AA28. Grayscale: #868686. Windows color (decimal): -3451433 or 14112203. OLE color: 14112203.
HSL color Cylindrical-coordinate representation of color #CB55D7: hue angle of 294.46º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB55D7 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 85 | 215 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.16 |
| HSL | 294.46º | 0.62% | 0.59% | - |
| HSV(B) | 294.46º | 0.6% | 0.84% | - |
| XYZ | 40.14 | 24.1 | 66.83 | - |
| YUV | 135.1 | 173.09 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 215 | 0.06 | 0.60 | 0 | 0.16 | 294.46 | 0.62 | 0.59 |
| Hex | CB | 55 | D7 | 6 | 3C | 0 | 10 | 126 | 3E | 3B |
| Octal | 313 | 125 | 327 | 6 | 74 | 0 | 20 | 446 | 76 | 73 |
| Binary | 11001011 | 1010101 | 11010111 | 110 | 111100 | 0 | 10000 | 100100110 | 111110 | 111011 |
Color Harmonies of #CB55D7
Complementary color
Monochromatic Colors of #CB55D7
Black with #CB55D7
Text Example
Text Example
White with #CB55D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB55D7; }
p { color: rgb(203,85,215); }
H1.HeaderClassName
{
color: #CB55D7;
}
.AnyTagClassName
{
color: #CB55D7;
}
</style>
background-color css
<style>
a { background-color: #CB55D7; }
a { background-color: rgb(203,85,215); }
div.DivClassName
{
background-color: #CB55D7;
}
.BgClassName
{
background-color: #CB55D7;
}
</style>
border-color css
<style>
span { border-color: #CB55D7; }
span { border-color: rgb(203,85,215); }
td.TdClassName
{
border-color: #CB55D7;
}
.TagClassName
{
border-color: #CB55D7;
}
</style>