Shades of Orchid #CB62D5
Tints of Orchid #CB62D5
RGB
CMYK
RGB Variations
Color information
#CB62D5 (or 0xCB62D5) is known color: Orchid. HEX triplet: CB, 62 and D5. RGB value is (203,98,213). Sum of RGB (Red+Green+Blue) = 203+98+213=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB62D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB62D5 is #349D2A. Grayscale: #8E8E8E. Windows color (decimal): -3448107 or 13984459. OLE color: 13984459.
HSL color Cylindrical-coordinate representation of color #CB62D5: hue angle of 294.78º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB62D5 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 98 | 213 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.16 |
| HSL | 294.78º | 0.58% | 0.61% | - |
| HSV(B) | 294.78º | 0.54% | 0.84% | - |
| XYZ | 41.01 | 26.24 | 65.85 | - |
| YUV | 142.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 213 | 0.05 | 0.54 | 0 | 0.16 | 294.78 | 0.58 | 0.61 |
| Hex | CB | 62 | D5 | 5 | 36 | 0 | 10 | 127 | 3A | 3D |
| Octal | 313 | 142 | 325 | 5 | 66 | 0 | 20 | 447 | 72 | 75 |
| Binary | 11001011 | 1100010 | 11010101 | 101 | 110110 | 0 | 10000 | 100100111 | 111010 | 111101 |
Color Harmonies of #CB62D5
Complementary color
Monochromatic Colors of #CB62D5
Black with #CB62D5
Text Example
Text Example
White with #CB62D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB62D5; }
p { color: rgb(203,98,213); }
H1.HeaderClassName
{
color: #CB62D5;
}
.AnyTagClassName
{
color: #CB62D5;
}
</style>
background-color css
<style>
a { background-color: #CB62D5; }
a { background-color: rgb(203,98,213); }
div.DivClassName
{
background-color: #CB62D5;
}
.BgClassName
{
background-color: #CB62D5;
}
</style>
border-color css
<style>
span { border-color: #CB62D5; }
span { border-color: rgb(203,98,213); }
td.TdClassName
{
border-color: #CB62D5;
}
.TagClassName
{
border-color: #CB62D5;
}
</style>