Shades of Orchid #CE85D4
Tints of Orchid #CE85D4
RGB
CMYK
RGB Variations
Color information
#CE85D4 (or 0xCE85D4) is known color: Orchid. HEX triplet: CE, 85 and D4. RGB value is (206,133,212). Sum of RGB (Red+Green+Blue) = 206+133+212=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE85D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85D4 is #317A2B. Grayscale: #A3A3A3. Windows color (decimal): -3242540 or 13927886. OLE color: 13927886.
HSL color Cylindrical-coordinate representation of color #CE85D4: hue angle of 295.44º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE85D4 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 133 | 212 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.17 |
| HSL | 295.44º | 0.48% | 0.68% | - |
| HSV(B) | 295.44º | 0.37% | 0.83% | - |
| XYZ | 45.72 | 34.65 | 66.57 | - |
| YUV | 163.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 212 | 0.03 | 0.37 | 0 | 0.17 | 295.44 | 0.48 | 0.68 |
| Hex | CE | 85 | D4 | 3 | 25 | 0 | 11 | 127 | 30 | 44 |
| Octal | 316 | 205 | 324 | 3 | 45 | 0 | 21 | 447 | 60 | 104 |
| Binary | 11001110 | 10000101 | 11010100 | 11 | 100101 | 0 | 10001 | 100100111 | 110000 | 1000100 |
Color Harmonies of #CE85D4
Complementary color
Monochromatic Colors of #CE85D4
Black with #CE85D4
Text Example
Text Example
White with #CE85D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85D4; }
p { color: rgb(206,133,212); }
H1.HeaderClassName
{
color: #CE85D4;
}
.AnyTagClassName
{
color: #CE85D4;
}
</style>
background-color css
<style>
a { background-color: #CE85D4; }
a { background-color: rgb(206,133,212); }
div.DivClassName
{
background-color: #CE85D4;
}
.BgClassName
{
background-color: #CE85D4;
}
</style>
border-color css
<style>
span { border-color: #CE85D4; }
span { border-color: rgb(206,133,212); }
td.TdClassName
{
border-color: #CE85D4;
}
.TagClassName
{
border-color: #CE85D4;
}
</style>