Shades of Orchid #CB67E2
Tints of Orchid #CB67E2
RGB
CMYK
RGB Variations
Color information
#CB67E2 (or 0xCB67E2) is known color: Orchid. HEX triplet: CB, 67 and E2. RGB value is (203,103,226). Sum of RGB (Red+Green+Blue) = 203+103+226=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 226 - color contains mainly: blue. Hex color #CB67E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67E2 is #34981D. Grayscale: #929292. Windows color (decimal): -3446814 or 14837707. OLE color: 14837707.
HSL color Cylindrical-coordinate representation of color #CB67E2: hue angle of 288.78º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB67E2 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 103 | 226 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.11 |
| HSL | 288.78º | 0.68% | 0.65% | - |
| HSV(B) | 288.78º | 0.54% | 0.89% | - |
| XYZ | 43.21 | 27.89 | 75.06 | - |
| YUV | 146.92 | 172.63 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 226 | 0.10 | 0.54 | 0 | 0.11 | 288.78 | 0.68 | 0.65 |
| Hex | CB | 67 | E2 | A | 36 | 0 | B | 121 | 44 | 41 |
| Octal | 313 | 147 | 342 | 12 | 66 | 0 | 13 | 441 | 104 | 101 |
| Binary | 11001011 | 1100111 | 11100010 | 1010 | 110110 | 0 | 1011 | 100100001 | 1000100 | 1000001 |
Color Harmonies of #CB67E2
Complementary color
Monochromatic Colors of #CB67E2
Black with #CB67E2
Text Example
Text Example
White with #CB67E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB67E2; }
p { color: rgb(203,103,226); }
H1.HeaderClassName
{
color: #CB67E2;
}
.AnyTagClassName
{
color: #CB67E2;
}
</style>
background-color css
<style>
a { background-color: #CB67E2; }
a { background-color: rgb(203,103,226); }
div.DivClassName
{
background-color: #CB67E2;
}
.BgClassName
{
background-color: #CB67E2;
}
</style>
border-color css
<style>
span { border-color: #CB67E2; }
span { border-color: rgb(203,103,226); }
td.TdClassName
{
border-color: #CB67E2;
}
.TagClassName
{
border-color: #CB67E2;
}
</style>