Shades of Orchid #CE85C9
Tints of Orchid #CE85C9
RGB
CMYK
RGB Variations
Color information
#CE85C9 (or 0xCE85C9) is known color: Orchid. HEX triplet: CE, 85 and C9. RGB value is (206,133,201). Sum of RGB (Red+Green+Blue) = 206+133+201=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85C9 is #317A36. Grayscale: #A2A2A2. Windows color (decimal): -3242551 or 13206990. OLE color: 13206990.
HSL color Cylindrical-coordinate representation of color #CE85C9: hue angle of 304.11º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE85C9 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 201 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.19 |
| HSL | 304.11º | 0.43% | 0.66% | - |
| HSV(B) | 304.11º | 0.35% | 0.81% | - |
| XYZ | 44.38 | 34.11 | 59.5 | - |
| YUV | 162.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 201 | 0 | 0.35 | 0.02 | 0.19 | 304.11 | 0.43 | 0.66 |
| Hex | CE | 85 | C9 | 0 | 23 | 2 | 13 | 130 | 2B | 42 |
| Octal | 316 | 205 | 311 | 0 | 43 | 2 | 23 | 460 | 53 | 102 |
| Binary | 11001110 | 10000101 | 11001001 | 0 | 100011 | 10 | 10011 | 100110000 | 101011 | 1000010 |
Color Harmonies of #CE85C9
Complementary color
Monochromatic Colors of #CE85C9
Black with #CE85C9
Text Example
Text Example
White with #CE85C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85C9; }
p { color: rgb(206,133,201); }
H1.HeaderClassName
{
color: #CE85C9;
}
.AnyTagClassName
{
color: #CE85C9;
}
</style>
background-color css
<style>
a { background-color: #CE85C9; }
a { background-color: rgb(206,133,201); }
div.DivClassName
{
background-color: #CE85C9;
}
.BgClassName
{
background-color: #CE85C9;
}
</style>
border-color css
<style>
span { border-color: #CE85C9; }
span { border-color: rgb(206,133,201); }
td.TdClassName
{
border-color: #CE85C9;
}
.TagClassName
{
border-color: #CE85C9;
}
</style>