Shades of Orchid #CE6BBF
Tints of Orchid #CE6BBF
RGB
CMYK
RGB Variations
Color information
#CE6BBF (or 0xCE6BBF) is known color: Orchid. HEX triplet: CE, 6B and BF. RGB value is (206,107,191). Sum of RGB (Red+Green+Blue) = 206+107+191=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BBF is #319440. Grayscale: #919191. Windows color (decimal): -3249217 or 12544974. OLE color: 12544974.
HSL color Cylindrical-coordinate representation of color #CE6BBF: hue angle of 309.09º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6BBF is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 191 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.19 |
| HSL | 309.09º | 0.5% | 0.61% | - |
| HSV(B) | 309.09º | 0.48% | 0.81% | - |
| XYZ | 40.12 | 27.4 | 52.46 | - |
| YUV | 146.18 | 153.3 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 191 | 0 | 0.48 | 0.07 | 0.19 | 309.09 | 0.5 | 0.61 |
| Hex | CE | 6B | BF | 0 | 30 | 7 | 13 | 135 | 32 | 3D |
| Octal | 316 | 153 | 277 | 0 | 60 | 7 | 23 | 465 | 62 | 75 |
| Binary | 11001110 | 1101011 | 10111111 | 0 | 110000 | 111 | 10011 | 100110101 | 110010 | 111101 |
Color Harmonies of #CE6BBF
Complementary color
Monochromatic Colors of #CE6BBF
Black with #CE6BBF
Text Example
Text Example
White with #CE6BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6BBF; }
p { color: rgb(206,107,191); }
H1.HeaderClassName
{
color: #CE6BBF;
}
.AnyTagClassName
{
color: #CE6BBF;
}
</style>
background-color css
<style>
a { background-color: #CE6BBF; }
a { background-color: rgb(206,107,191); }
div.DivClassName
{
background-color: #CE6BBF;
}
.BgClassName
{
background-color: #CE6BBF;
}
</style>
border-color css
<style>
span { border-color: #CE6BBF; }
span { border-color: rgb(206,107,191); }
td.TdClassName
{
border-color: #CE6BBF;
}
.TagClassName
{
border-color: #CE6BBF;
}
</style>