Shades of Orchid #CE83BF
Tints of Orchid #CE83BF
RGB
CMYK
RGB Variations
Color information
#CE83BF (or 0xCE83BF) is known color: Orchid. HEX triplet: CE, 83 and BF. RGB value is (206,131,191). Sum of RGB (Red+Green+Blue) = 206+131+191=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83BF is #317C40. Grayscale: #A0A0A0. Windows color (decimal): -3243073 or 12551118. OLE color: 12551118.
HSL color Cylindrical-coordinate representation of color #CE83BF: hue angle of 312º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE83BF is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 191 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.19 |
| HSL | 312º | 0.43% | 0.66% | - |
| HSV(B) | 312º | 0.36% | 0.81% | - |
| XYZ | 42.97 | 33.12 | 53.42 | - |
| YUV | 160.27 | 145.35 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 191 | 0 | 0.36 | 0.07 | 0.19 | 312 | 0.43 | 0.66 |
| Hex | CE | 83 | BF | 0 | 24 | 7 | 13 | 138 | 2B | 42 |
| Octal | 316 | 203 | 277 | 0 | 44 | 7 | 23 | 470 | 53 | 102 |
| Binary | 11001110 | 10000011 | 10111111 | 0 | 100100 | 111 | 10011 | 100111000 | 101011 | 1000010 |
Color Harmonies of #CE83BF
Complementary color
Monochromatic Colors of #CE83BF
Black with #CE83BF
Text Example
Text Example
White with #CE83BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE83BF; }
p { color: rgb(206,131,191); }
H1.HeaderClassName
{
color: #CE83BF;
}
.AnyTagClassName
{
color: #CE83BF;
}
</style>
background-color css
<style>
a { background-color: #CE83BF; }
a { background-color: rgb(206,131,191); }
div.DivClassName
{
background-color: #CE83BF;
}
.BgClassName
{
background-color: #CE83BF;
}
</style>
border-color css
<style>
span { border-color: #CE83BF; }
span { border-color: rgb(206,131,191); }
td.TdClassName
{
border-color: #CE83BF;
}
.TagClassName
{
border-color: #CE83BF;
}
</style>