Shades of Orchid #CE75BB
Tints of Orchid #CE75BB
RGB
CMYK
RGB Variations
Color information
#CE75BB (or 0xCE75BB) is known color: Orchid. HEX triplet: CE, 75 and BB. RGB value is (206,117,187). Sum of RGB (Red+Green+Blue) = 206+117+187=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75BB is #318A44. Grayscale: #979797. Windows color (decimal): -3246661 or 12285390. OLE color: 12285390.
HSL color Cylindrical-coordinate representation of color #CE75BB: hue angle of 312.81º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE75BB is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 187 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.19 |
| HSL | 312.81º | 0.48% | 0.63% | - |
| HSV(B) | 312.81º | 0.43% | 0.81% | - |
| XYZ | 40.78 | 29.43 | 50.55 | - |
| YUV | 151.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 187 | 0 | 0.43 | 0.09 | 0.19 | 312.81 | 0.48 | 0.63 |
| Hex | CE | 75 | BB | 0 | 2B | 9 | 13 | 139 | 30 | 3F |
| Octal | 316 | 165 | 273 | 0 | 53 | 11 | 23 | 471 | 60 | 77 |
| Binary | 11001110 | 1110101 | 10111011 | 0 | 101011 | 1001 | 10011 | 100111001 | 110000 | 111111 |
Color Harmonies of #CE75BB
Complementary color
Monochromatic Colors of #CE75BB
Black with #CE75BB
Text Example
Text Example
White with #CE75BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE75BB; }
p { color: rgb(206,117,187); }
H1.HeaderClassName
{
color: #CE75BB;
}
.AnyTagClassName
{
color: #CE75BB;
}
</style>
background-color css
<style>
a { background-color: #CE75BB; }
a { background-color: rgb(206,117,187); }
div.DivClassName
{
background-color: #CE75BB;
}
.BgClassName
{
background-color: #CE75BB;
}
</style>
border-color css
<style>
span { border-color: #CE75BB; }
span { border-color: rgb(206,117,187); }
td.TdClassName
{
border-color: #CE75BB;
}
.TagClassName
{
border-color: #CE75BB;
}
</style>