Shades of Medium Orchid #CB60E6
Tints of Medium Orchid #CB60E6
RGB
CMYK
RGB Variations
Color information
#CB60E6 (or 0xCB60E6) is known color: Medium Orchid. HEX triplet: CB, 60 and E6. RGB value is (203,96,230). Sum of RGB (Red+Green+Blue) = 203+96+230=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB60E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB60E6 is #349F19. Grayscale: #8E8E8E. Windows color (decimal): -3448602 or 15098059. OLE color: 15098059.
HSL color Cylindrical-coordinate representation of color #CB60E6: hue angle of 287.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB60E6 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 96 | 230 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.10 |
| HSL | 287.91º | 0.73% | 0.64% | - |
| HSV(B) | 287.91º | 0.58% | 0.9% | - |
| XYZ | 43.09 | 26.78 | 77.76 | - |
| YUV | 143.27 | 176.95 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 230 | 0.12 | 0.58 | 0 | 0.10 | 287.91 | 0.73 | 0.64 |
| Hex | CB | 60 | E6 | C | 3A | 0 | A | 120 | 49 | 40 |
| Octal | 313 | 140 | 346 | 14 | 72 | 0 | 12 | 440 | 111 | 100 |
| Binary | 11001011 | 1100000 | 11100110 | 1100 | 111010 | 0 | 1010 | 100100000 | 1001001 | 1000000 |
Color Harmonies of #CB60E6
Complementary color
Monochromatic Colors of #CB60E6
Black with #CB60E6
Text Example
Text Example
White with #CB60E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60E6; }
p { color: rgb(203,96,230); }
H1.HeaderClassName
{
color: #CB60E6;
}
.AnyTagClassName
{
color: #CB60E6;
}
</style>
background-color css
<style>
a { background-color: #CB60E6; }
a { background-color: rgb(203,96,230); }
div.DivClassName
{
background-color: #CB60E6;
}
.BgClassName
{
background-color: #CB60E6;
}
</style>
border-color css
<style>
span { border-color: #CB60E6; }
span { border-color: rgb(203,96,230); }
td.TdClassName
{
border-color: #CB60E6;
}
.TagClassName
{
border-color: #CB60E6;
}
</style>