Shades of Orchid #CE85CD
Tints of Orchid #CE85CD
RGB
CMYK
RGB Variations
Color information
#CE85CD (or 0xCE85CD) is known color: Orchid. HEX triplet: CE, 85 and CD. RGB value is (206,133,205). Sum of RGB (Red+Green+Blue) = 206+133+205=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85CD is #317A32. Grayscale: #A2A2A2. Windows color (decimal): -3242547 or 13469134. OLE color: 13469134.
HSL color Cylindrical-coordinate representation of color #CE85CD: hue angle of 300.82º 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 #CE85CD is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 205 | - |
| CMYK | 0 | 0.35 | 0.00 | 0.19 |
| HSL | 300.82º | 0.43% | 0.66% | - |
| HSV(B) | 300.82º | 0.35% | 0.81% | - |
| XYZ | 44.86 | 34.3 | 62.01 | - |
| YUV | 163.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 205 | 0 | 0.35 | 0.00 | 0.19 | 300.82 | 0.43 | 0.66 |
| Hex | CE | 85 | CD | 0 | 23 | 0 | 13 | 12D | 2B | 42 |
| Octal | 316 | 205 | 315 | 0 | 43 | 0 | 23 | 455 | 53 | 102 |
| Binary | 11001110 | 10000101 | 11001101 | 0 | 100011 | 0 | 10011 | 100101101 | 101011 | 1000010 |
Color Harmonies of #CE85CD
Complementary color
Monochromatic Colors of #CE85CD
Black with #CE85CD
Text Example
Text Example
White with #CE85CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85CD; }
p { color: rgb(206,133,205); }
H1.HeaderClassName
{
color: #CE85CD;
}
.AnyTagClassName
{
color: #CE85CD;
}
</style>
background-color css
<style>
a { background-color: #CE85CD; }
a { background-color: rgb(206,133,205); }
div.DivClassName
{
background-color: #CE85CD;
}
.BgClassName
{
background-color: #CE85CD;
}
</style>
border-color css
<style>
span { border-color: #CE85CD; }
span { border-color: rgb(206,133,205); }
td.TdClassName
{
border-color: #CE85CD;
}
.TagClassName
{
border-color: #CE85CD;
}
</style>