Shades of Orchid #CE83DA
Tints of Orchid #CE83DA
RGB
CMYK
RGB Variations
Color information
#CE83DA (or 0xCE83DA) is known color: Orchid. HEX triplet: CE, 83 and DA. RGB value is (206,131,218). Sum of RGB (Red+Green+Blue) = 206+131+218=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE83DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83DA is #317C25. Grayscale: #A3A3A3. Windows color (decimal): -3243046 or 14320590. OLE color: 14320590.
HSL color Cylindrical-coordinate representation of color #CE83DA: hue angle of 291.72º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE83DA is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 131 | 218 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.15 |
| HSL | 291.72º | 0.54% | 0.68% | - |
| HSV(B) | 291.72º | 0.4% | 0.85% | - |
| XYZ | 46.22 | 34.42 | 70.54 | - |
| YUV | 163.34 | 158.85 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 218 | 0.06 | 0.40 | 0 | 0.15 | 291.72 | 0.54 | 0.68 |
| Hex | CE | 83 | DA | 6 | 28 | 0 | F | 124 | 36 | 44 |
| Octal | 316 | 203 | 332 | 6 | 50 | 0 | 17 | 444 | 66 | 104 |
| Binary | 11001110 | 10000011 | 11011010 | 110 | 101000 | 0 | 1111 | 100100100 | 110110 | 1000100 |
Color Harmonies of #CE83DA
Complementary color
Monochromatic Colors of #CE83DA
Black with #CE83DA
Text Example
Text Example
White with #CE83DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE83DA; }
p { color: rgb(206,131,218); }
H1.HeaderClassName
{
color: #CE83DA;
}
.AnyTagClassName
{
color: #CE83DA;
}
</style>
background-color css
<style>
a { background-color: #CE83DA; }
a { background-color: rgb(206,131,218); }
div.DivClassName
{
background-color: #CE83DA;
}
.BgClassName
{
background-color: #CE83DA;
}
</style>
border-color css
<style>
span { border-color: #CE83DA; }
span { border-color: rgb(206,131,218); }
td.TdClassName
{
border-color: #CE83DA;
}
.TagClassName
{
border-color: #CE83DA;
}
</style>