Shades of Medium Orchid #CB66E5
Tints of Medium Orchid #CB66E5
RGB
CMYK
RGB Variations
Color information
#CB66E5 (or 0xCB66E5) is known color: Medium Orchid. HEX triplet: CB, 66 and E5. RGB value is (203,102,229). Sum of RGB (Red+Green+Blue) = 203+102+229=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB66E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66E5 is #34991A. Grayscale: #929292. Windows color (decimal): -3447067 or 15034059. OLE color: 15034059.
HSL color Cylindrical-coordinate representation of color #CB66E5: hue angle of 287.72º 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 #CB66E5 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 102 | 229 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.10 |
| HSL | 287.72º | 0.71% | 0.65% | - |
| HSV(B) | 287.72º | 0.55% | 0.9% | - |
| XYZ | 43.52 | 27.86 | 77.21 | - |
| YUV | 146.68 | 174.46 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 229 | 0.11 | 0.55 | 0 | 0.10 | 287.72 | 0.71 | 0.65 |
| Hex | CB | 66 | E5 | B | 37 | 0 | A | 120 | 47 | 41 |
| Octal | 313 | 146 | 345 | 13 | 67 | 0 | 12 | 440 | 107 | 101 |
| Binary | 11001011 | 1100110 | 11100101 | 1011 | 110111 | 0 | 1010 | 100100000 | 1000111 | 1000001 |
Color Harmonies of #CB66E5
Complementary color
Monochromatic Colors of #CB66E5
Black with #CB66E5
Text Example
Text Example
White with #CB66E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB66E5; }
p { color: rgb(203,102,229); }
H1.HeaderClassName
{
color: #CB66E5;
}
.AnyTagClassName
{
color: #CB66E5;
}
</style>
background-color css
<style>
a { background-color: #CB66E5; }
a { background-color: rgb(203,102,229); }
div.DivClassName
{
background-color: #CB66E5;
}
.BgClassName
{
background-color: #CB66E5;
}
</style>
border-color css
<style>
span { border-color: #CB66E5; }
span { border-color: rgb(203,102,229); }
td.TdClassName
{
border-color: #CB66E5;
}
.TagClassName
{
border-color: #CB66E5;
}
</style>