Shades of Medium Orchid #CB5CEA
Tints of Medium Orchid #CB5CEA
RGB
CMYK
RGB Variations
Color information
#CB5CEA (or 0xCB5CEA) is known color: Medium Orchid. HEX triplet: CB, 5C and EA. RGB value is (203,92,234). Sum of RGB (Red+Green+Blue) = 203+92+234=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 92 (36.33% from 255 or 17.39% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB5CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5CEA is #34A315. Grayscale: #8C8C8C. Windows color (decimal): -3449622 or 15359179. OLE color: 15359179.
HSL color Cylindrical-coordinate representation of color #CB5CEA: hue angle of 286.9º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5CEA is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 92 | 234 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.08 |
| HSL | 286.9º | 0.77% | 0.64% | - |
| HSV(B) | 286.9º | 0.61% | 0.92% | - |
| XYZ | 43.31 | 26.29 | 80.63 | - |
| YUV | 141.38 | 180.27 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 234 | 0.13 | 0.61 | 0 | 0.08 | 286.9 | 0.77 | 0.64 |
| Hex | CB | 5C | EA | D | 3D | 0 | 8 | 11F | 4D | 40 |
| Octal | 313 | 134 | 352 | 15 | 75 | 0 | 10 | 437 | 115 | 100 |
| Binary | 11001011 | 1011100 | 11101010 | 1101 | 111101 | 0 | 1000 | 100011111 | 1001101 | 1000000 |
Color Harmonies of #CB5CEA
Complementary color
Monochromatic Colors of #CB5CEA
Black with #CB5CEA
Text Example
Text Example
White with #CB5CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5CEA; }
p { color: rgb(203,92,234); }
H1.HeaderClassName
{
color: #CB5CEA;
}
.AnyTagClassName
{
color: #CB5CEA;
}
</style>
background-color css
<style>
a { background-color: #CB5CEA; }
a { background-color: rgb(203,92,234); }
div.DivClassName
{
background-color: #CB5CEA;
}
.BgClassName
{
background-color: #CB5CEA;
}
</style>
border-color css
<style>
span { border-color: #CB5CEA; }
span { border-color: rgb(203,92,234); }
td.TdClassName
{
border-color: #CB5CEA;
}
.TagClassName
{
border-color: #CB5CEA;
}
</style>