Shades of Orchid #CE85C8
Tints of Orchid #CE85C8
RGB
CMYK
RGB Variations
Color information
#CE85C8 (or 0xCE85C8) is known color: Orchid. HEX triplet: CE, 85 and C8. RGB value is (206,133,200). Sum of RGB (Red+Green+Blue) = 206+133+200=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85C8 is #317A37. Grayscale: #A2A2A2. Windows color (decimal): -3242552 or 13141454. OLE color: 13141454.
HSL color Cylindrical-coordinate representation of color #CE85C8: hue angle of 304.93º 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 #CE85C8 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 200 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.19 |
| HSL | 304.93º | 0.43% | 0.66% | - |
| HSV(B) | 304.93º | 0.35% | 0.81% | - |
| XYZ | 44.27 | 34.07 | 58.89 | - |
| YUV | 162.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 200 | 0 | 0.35 | 0.03 | 0.19 | 304.93 | 0.43 | 0.66 |
| Hex | CE | 85 | C8 | 0 | 23 | 3 | 13 | 131 | 2B | 42 |
| Octal | 316 | 205 | 310 | 0 | 43 | 3 | 23 | 461 | 53 | 102 |
| Binary | 11001110 | 10000101 | 11001000 | 0 | 100011 | 11 | 10011 | 100110001 | 101011 | 1000010 |
Color Harmonies of #CE85C8
Complementary color
Monochromatic Colors of #CE85C8
Black with #CE85C8
Text Example
Text Example
White with #CE85C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85C8; }
p { color: rgb(206,133,200); }
H1.HeaderClassName
{
color: #CE85C8;
}
.AnyTagClassName
{
color: #CE85C8;
}
</style>
background-color css
<style>
a { background-color: #CE85C8; }
a { background-color: rgb(206,133,200); }
div.DivClassName
{
background-color: #CE85C8;
}
.BgClassName
{
background-color: #CE85C8;
}
</style>
border-color css
<style>
span { border-color: #CE85C8; }
span { border-color: rgb(206,133,200); }
td.TdClassName
{
border-color: #CE85C8;
}
.TagClassName
{
border-color: #CE85C8;
}
</style>