Shades of Medium Orchid #CB62EA
Tints of Medium Orchid #CB62EA
RGB
CMYK
RGB Variations
Color information
#CB62EA (or 0xCB62EA) is known color: Medium Orchid. HEX triplet: CB, 62 and EA. RGB value is (203,98,234). Sum of RGB (Red+Green+Blue) = 203+98+234=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 98 (38.67% from 255 or 18.32% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB62EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB62EA is #349D15. Grayscale: #909090. Windows color (decimal): -3448086 or 15360715. OLE color: 15360715.
HSL color Cylindrical-coordinate representation of color #CB62EA: hue angle of 286.32º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB62EA is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 98 | 234 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.08 |
| HSL | 286.32º | 0.76% | 0.65% | - |
| HSV(B) | 286.32º | 0.58% | 0.92% | - |
| XYZ | 43.85 | 27.37 | 80.81 | - |
| YUV | 144.9 | 178.29 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 234 | 0.13 | 0.58 | 0 | 0.08 | 286.32 | 0.76 | 0.65 |
| Hex | CB | 62 | EA | D | 3A | 0 | 8 | 11E | 4C | 41 |
| Octal | 313 | 142 | 352 | 15 | 72 | 0 | 10 | 436 | 114 | 101 |
| Binary | 11001011 | 1100010 | 11101010 | 1101 | 111010 | 0 | 1000 | 100011110 | 1001100 | 1000001 |
Color Harmonies of #CB62EA
Complementary color
Monochromatic Colors of #CB62EA
Black with #CB62EA
Text Example
Text Example
White with #CB62EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB62EA; }
p { color: rgb(203,98,234); }
H1.HeaderClassName
{
color: #CB62EA;
}
.AnyTagClassName
{
color: #CB62EA;
}
</style>
background-color css
<style>
a { background-color: #CB62EA; }
a { background-color: rgb(203,98,234); }
div.DivClassName
{
background-color: #CB62EA;
}
.BgClassName
{
background-color: #CB62EA;
}
</style>
border-color css
<style>
span { border-color: #CB62EA; }
span { border-color: rgb(203,98,234); }
td.TdClassName
{
border-color: #CB62EA;
}
.TagClassName
{
border-color: #CB62EA;
}
</style>