Shades of Orchid #CE83CF
Tints of Orchid #CE83CF
RGB
CMYK
RGB Variations
Color information
#CE83CF (or 0xCE83CF) is known color: Orchid. HEX triplet: CE, 83 and CF. RGB value is (206,131,207). Sum of RGB (Red+Green+Blue) = 206+131+207=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE83CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83CF is #317C30. Grayscale: #A1A1A1. Windows color (decimal): -3243057 or 13599694. OLE color: 13599694.
HSL color Cylindrical-coordinate representation of color #CE83CF: hue angle of 299.21º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE83CF is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 207 | - |
| CMYK | 0.00 | 0.37 | 0 | 0.19 |
| HSL | 299.21º | 0.44% | 0.66% | - |
| HSV(B) | 299.21º | 0.37% | 0.81% | - |
| XYZ | 44.83 | 33.86 | 63.2 | - |
| YUV | 162.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 207 | 0.00 | 0.37 | 0 | 0.19 | 299.21 | 0.44 | 0.66 |
| Hex | CE | 83 | CF | 0 | 25 | 0 | 13 | 12B | 2C | 42 |
| Octal | 316 | 203 | 317 | 0 | 45 | 0 | 23 | 453 | 54 | 102 |
| Binary | 11001110 | 10000011 | 11001111 | 0 | 100101 | 0 | 10011 | 100101011 | 101100 | 1000010 |
Color Harmonies of #CE83CF
Complementary color
Monochromatic Colors of #CE83CF
Black with #CE83CF
Text Example
Text Example
White with #CE83CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE83CF; }
p { color: rgb(206,131,207); }
H1.HeaderClassName
{
color: #CE83CF;
}
.AnyTagClassName
{
color: #CE83CF;
}
</style>
background-color css
<style>
a { background-color: #CE83CF; }
a { background-color: rgb(206,131,207); }
div.DivClassName
{
background-color: #CE83CF;
}
.BgClassName
{
background-color: #CE83CF;
}
</style>
border-color css
<style>
span { border-color: #CE83CF; }
span { border-color: rgb(206,131,207); }
td.TdClassName
{
border-color: #CE83CF;
}
.TagClassName
{
border-color: #CE83CF;
}
</style>