Shades of Medium Orchid #CB4CE7
Tints of Medium Orchid #CB4CE7
RGB
CMYK
RGB Variations
Color information
#CB4CE7 (or 0xCB4CE7) is known color: Medium Orchid. HEX triplet: CB, 4C and E7. RGB value is (203,76,231). Sum of RGB (Red+Green+Blue) = 203+76+231=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 231 (90.62% from 255 or 45.29% from 510); Max value from RGB is 231 - color contains mainly: blue. Hex color #CB4CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4CE7 is #34B318. Grayscale: #838383. Windows color (decimal): -3453721 or 15158475. OLE color: 15158475.
HSL color Cylindrical-coordinate representation of color #CB4CE7: hue angle of 289.16º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4CE7 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 76 | 231 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.09 |
| HSL | 289.16º | 0.76% | 0.6% | - |
| HSV(B) | 289.16º | 0.67% | 0.91% | - |
| XYZ | 41.64 | 23.63 | 77.97 | - |
| YUV | 131.64 | 184.08 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 231 | 0.12 | 0.67 | 0 | 0.09 | 289.16 | 0.76 | 0.6 |
| Hex | CB | 4C | E7 | C | 43 | 0 | 9 | 121 | 4C | 3C |
| Octal | 313 | 114 | 347 | 14 | 103 | 0 | 11 | 441 | 114 | 74 |
| Binary | 11001011 | 1001100 | 11100111 | 1100 | 1000011 | 0 | 1001 | 100100001 | 1001100 | 111100 |
Color Harmonies of #CB4CE7
Complementary color
Monochromatic Colors of #CB4CE7
Black with #CB4CE7
Text Example
Text Example
White with #CB4CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4CE7; }
p { color: rgb(203,76,231); }
H1.HeaderClassName
{
color: #CB4CE7;
}
.AnyTagClassName
{
color: #CB4CE7;
}
</style>
background-color css
<style>
a { background-color: #CB4CE7; }
a { background-color: rgb(203,76,231); }
div.DivClassName
{
background-color: #CB4CE7;
}
.BgClassName
{
background-color: #CB4CE7;
}
</style>
border-color css
<style>
span { border-color: #CB4CE7; }
span { border-color: rgb(203,76,231); }
td.TdClassName
{
border-color: #CB4CE7;
}
.TagClassName
{
border-color: #CB4CE7;
}
</style>