Shades of Orchid #CE74BB
Tints of Orchid #CE74BB
RGB
CMYK
RGB Variations
Color information
#CE74BB (or 0xCE74BB) is known color: Orchid. HEX triplet: CE, 74 and BB. RGB value is (206,116,187). Sum of RGB (Red+Green+Blue) = 206+116+187=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE74BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE74BB is #318B44. Grayscale: #969696. Windows color (decimal): -3246917 or 12285134. OLE color: 12285134.
HSL color Cylindrical-coordinate representation of color #CE74BB: hue angle of 312.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE74BB is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 187 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.19 |
| HSL | 312.67º | 0.48% | 0.63% | - |
| HSV(B) | 312.67º | 0.44% | 0.81% | - |
| XYZ | 40.67 | 29.2 | 50.51 | - |
| YUV | 151 | 148.32 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 187 | 0 | 0.44 | 0.09 | 0.19 | 312.67 | 0.48 | 0.63 |
| Hex | CE | 74 | BB | 0 | 2C | 9 | 13 | 139 | 30 | 3F |
| Octal | 316 | 164 | 273 | 0 | 54 | 11 | 23 | 471 | 60 | 77 |
| Binary | 11001110 | 1110100 | 10111011 | 0 | 101100 | 1001 | 10011 | 100111001 | 110000 | 111111 |
Color Harmonies of #CE74BB
Complementary color
Monochromatic Colors of #CE74BB
Black with #CE74BB
Text Example
Text Example
White with #CE74BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE74BB; }
p { color: rgb(206,116,187); }
H1.HeaderClassName
{
color: #CE74BB;
}
.AnyTagClassName
{
color: #CE74BB;
}
</style>
background-color css
<style>
a { background-color: #CE74BB; }
a { background-color: rgb(206,116,187); }
div.DivClassName
{
background-color: #CE74BB;
}
.BgClassName
{
background-color: #CE74BB;
}
</style>
border-color css
<style>
span { border-color: #CE74BB; }
span { border-color: rgb(206,116,187); }
td.TdClassName
{
border-color: #CE74BB;
}
.TagClassName
{
border-color: #CE74BB;
}
</style>