Shades of Medium Orchid #CB67E5
Tints of Medium Orchid #CB67E5
RGB
CMYK
RGB Variations
Color information
#CB67E5 (or 0xCB67E5) is known color: Medium Orchid. HEX triplet: CB, 67 and E5. RGB value is (203,103,229). Sum of RGB (Red+Green+Blue) = 203+103+229=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB67E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67E5 is #34981A. Grayscale: #929292. Windows color (decimal): -3446811 or 15034315. OLE color: 15034315.
HSL color Cylindrical-coordinate representation of color #CB67E5: hue angle of 287.62º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB67E5 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 103 | 229 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.10 |
| HSL | 287.62º | 0.71% | 0.65% | - |
| HSV(B) | 287.62º | 0.55% | 0.9% | - |
| XYZ | 43.62 | 28.05 | 77.24 | - |
| YUV | 147.26 | 174.13 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 229 | 0.11 | 0.55 | 0 | 0.10 | 287.62 | 0.71 | 0.65 |
| Hex | CB | 67 | E5 | B | 37 | 0 | A | 120 | 47 | 41 |
| Octal | 313 | 147 | 345 | 13 | 67 | 0 | 12 | 440 | 107 | 101 |
| Binary | 11001011 | 1100111 | 11100101 | 1011 | 110111 | 0 | 1010 | 100100000 | 1000111 | 1000001 |
Color Harmonies of #CB67E5
Complementary color
Monochromatic Colors of #CB67E5
Black with #CB67E5
Text Example
Text Example
White with #CB67E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB67E5; }
p { color: rgb(203,103,229); }
H1.HeaderClassName
{
color: #CB67E5;
}
.AnyTagClassName
{
color: #CB67E5;
}
</style>
background-color css
<style>
a { background-color: #CB67E5; }
a { background-color: rgb(203,103,229); }
div.DivClassName
{
background-color: #CB67E5;
}
.BgClassName
{
background-color: #CB67E5;
}
</style>
border-color css
<style>
span { border-color: #CB67E5; }
span { border-color: rgb(203,103,229); }
td.TdClassName
{
border-color: #CB67E5;
}
.TagClassName
{
border-color: #CB67E5;
}
</style>