Shades of Medium Orchid #CB51EE
Tints of Medium Orchid #CB51EE
RGB
CMYK
RGB Variations
Color information
#CB51EE (or 0xCB51EE) is known color: Medium Orchid. HEX triplet: CB, 51 and EE. RGB value is (203,81,238). Sum of RGB (Red+Green+Blue) = 203+81+238=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 81 (32.03% from 255 or 15.52% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB51EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB51EE is #34AE11. Grayscale: #868686. Windows color (decimal): -3452434 or 15618507. OLE color: 15618507.
HSL color Cylindrical-coordinate representation of color #CB51EE: hue angle of 286.62º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB51EE is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 81 | 238 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.07 |
| HSL | 286.62º | 0.82% | 0.63% | - |
| HSV(B) | 286.62º | 0.66% | 0.93% | - |
| XYZ | 43 | 24.75 | 83.4 | - |
| YUV | 135.38 | 185.92 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 238 | 0.15 | 0.66 | 0 | 0.07 | 286.62 | 0.82 | 0.63 |
| Hex | CB | 51 | EE | F | 42 | 0 | 7 | 11F | 52 | 3F |
| Octal | 313 | 121 | 356 | 17 | 102 | 0 | 7 | 437 | 122 | 77 |
| Binary | 11001011 | 1010001 | 11101110 | 1111 | 1000010 | 0 | 111 | 100011111 | 1010010 | 111111 |
Color Harmonies of #CB51EE
Complementary color
Monochromatic Colors of #CB51EE
Black with #CB51EE
Text Example
Text Example
White with #CB51EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB51EE; }
p { color: rgb(203,81,238); }
H1.HeaderClassName
{
color: #CB51EE;
}
.AnyTagClassName
{
color: #CB51EE;
}
</style>
background-color css
<style>
a { background-color: #CB51EE; }
a { background-color: rgb(203,81,238); }
div.DivClassName
{
background-color: #CB51EE;
}
.BgClassName
{
background-color: #CB51EE;
}
</style>
border-color css
<style>
span { border-color: #CB51EE; }
span { border-color: rgb(203,81,238); }
td.TdClassName
{
border-color: #CB51EE;
}
.TagClassName
{
border-color: #CB51EE;
}
</style>