Shades of Orchid #CE85C3
Tints of Orchid #CE85C3
RGB
CMYK
RGB Variations
Color information
#CE85C3 (or 0xCE85C3) is known color: Orchid. HEX triplet: CE, 85 and C3. RGB value is (206,133,195). Sum of RGB (Red+Green+Blue) = 206+133+195=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85C3 is #317A3C. Grayscale: #A1A1A1. Windows color (decimal): -3242557 or 12813774. OLE color: 12813774.
HSL color Cylindrical-coordinate representation of color #CE85C3: hue angle of 309.04º 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 #CE85C3 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 195 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.19 |
| HSL | 309.04º | 0.43% | 0.66% | - |
| HSV(B) | 309.04º | 0.35% | 0.81% | - |
| XYZ | 43.69 | 33.84 | 55.86 | - |
| YUV | 161.9 | 146.68 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 195 | 0 | 0.35 | 0.05 | 0.19 | 309.04 | 0.43 | 0.66 |
| Hex | CE | 85 | C3 | 0 | 23 | 5 | 13 | 135 | 2B | 42 |
| Octal | 316 | 205 | 303 | 0 | 43 | 5 | 23 | 465 | 53 | 102 |
| Binary | 11001110 | 10000101 | 11000011 | 0 | 100011 | 101 | 10011 | 100110101 | 101011 | 1000010 |
Color Harmonies of #CE85C3
Complementary color
Monochromatic Colors of #CE85C3
Black with #CE85C3
Text Example
Text Example
White with #CE85C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85C3; }
p { color: rgb(206,133,195); }
H1.HeaderClassName
{
color: #CE85C3;
}
.AnyTagClassName
{
color: #CE85C3;
}
</style>
background-color css
<style>
a { background-color: #CE85C3; }
a { background-color: rgb(206,133,195); }
div.DivClassName
{
background-color: #CE85C3;
}
.BgClassName
{
background-color: #CE85C3;
}
</style>
border-color css
<style>
span { border-color: #CE85C3; }
span { border-color: rgb(206,133,195); }
td.TdClassName
{
border-color: #CE85C3;
}
.TagClassName
{
border-color: #CE85C3;
}
</style>