Shades of Medium Orchid #CB63E0
Tints of Medium Orchid #CB63E0
RGB
CMYK
RGB Variations
Color information
#CB63E0 (or 0xCB63E0) is known color: Medium Orchid. HEX triplet: CB, 63 and E0. RGB value is (203,99,224). Sum of RGB (Red+Green+Blue) = 203+99+224=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB63E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63E0 is #349C1F. Grayscale: #8F8F8F. Windows color (decimal): -3447840 or 14705611. OLE color: 14705611.
HSL color Cylindrical-coordinate representation of color #CB63E0: hue angle of 289.92º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB63E0 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 99 | 224 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.12 |
| HSL | 289.92º | 0.67% | 0.63% | - |
| HSV(B) | 289.92º | 0.56% | 0.88% | - |
| XYZ | 42.54 | 27 | 73.49 | - |
| YUV | 144.35 | 172.96 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 224 | 0.09 | 0.56 | 0 | 0.12 | 289.92 | 0.67 | 0.63 |
| Hex | CB | 63 | E0 | 9 | 38 | 0 | C | 122 | 43 | 3F |
| Octal | 313 | 143 | 340 | 11 | 70 | 0 | 14 | 442 | 103 | 77 |
| Binary | 11001011 | 1100011 | 11100000 | 1001 | 111000 | 0 | 1100 | 100100010 | 1000011 | 111111 |
Color Harmonies of #CB63E0
Complementary color
Monochromatic Colors of #CB63E0
Black with #CB63E0
Text Example
Text Example
White with #CB63E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB63E0; }
p { color: rgb(203,99,224); }
H1.HeaderClassName
{
color: #CB63E0;
}
.AnyTagClassName
{
color: #CB63E0;
}
</style>
background-color css
<style>
a { background-color: #CB63E0; }
a { background-color: rgb(203,99,224); }
div.DivClassName
{
background-color: #CB63E0;
}
.BgClassName
{
background-color: #CB63E0;
}
</style>
border-color css
<style>
span { border-color: #CB63E0; }
span { border-color: rgb(203,99,224); }
td.TdClassName
{
border-color: #CB63E0;
}
.TagClassName
{
border-color: #CB63E0;
}
</style>