Shades of Medium Orchid #CB62DE
Tints of Medium Orchid #CB62DE
RGB
CMYK
RGB Variations
Color information
#CB62DE (or 0xCB62DE) is known color: Medium Orchid. HEX triplet: CB, 62 and DE. RGB value is (203,98,222). Sum of RGB (Red+Green+Blue) = 203+98+222=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 98 (38.67% from 255 or 18.74% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB62DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB62DE is #349D21. Grayscale: #8F8F8F. Windows color (decimal): -3448098 or 14574283. OLE color: 14574283.
HSL color Cylindrical-coordinate representation of color #CB62DE: hue angle of 290.81º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB62DE is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 98 | 222 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.13 |
| HSL | 290.81º | 0.65% | 0.63% | - |
| HSV(B) | 290.81º | 0.56% | 0.87% | - |
| XYZ | 42.18 | 26.71 | 72.04 | - |
| YUV | 143.53 | 172.29 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 222 | 0.09 | 0.56 | 0 | 0.13 | 290.81 | 0.65 | 0.63 |
| Hex | CB | 62 | DE | 9 | 38 | 0 | D | 123 | 41 | 3F |
| Octal | 313 | 142 | 336 | 11 | 70 | 0 | 15 | 443 | 101 | 77 |
| Binary | 11001011 | 1100010 | 11011110 | 1001 | 111000 | 0 | 1101 | 100100011 | 1000001 | 111111 |
Color Harmonies of #CB62DE
Complementary color
Monochromatic Colors of #CB62DE
Black with #CB62DE
Text Example
Text Example
White with #CB62DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB62DE; }
p { color: rgb(203,98,222); }
H1.HeaderClassName
{
color: #CB62DE;
}
.AnyTagClassName
{
color: #CB62DE;
}
</style>
background-color css
<style>
a { background-color: #CB62DE; }
a { background-color: rgb(203,98,222); }
div.DivClassName
{
background-color: #CB62DE;
}
.BgClassName
{
background-color: #CB62DE;
}
</style>
border-color css
<style>
span { border-color: #CB62DE; }
span { border-color: rgb(203,98,222); }
td.TdClassName
{
border-color: #CB62DE;
}
.TagClassName
{
border-color: #CB62DE;
}
</style>