Shades of Orchid #CE85CC
Tints of Orchid #CE85CC
RGB
CMYK
RGB Variations
Color information
#CE85CC (or 0xCE85CC) is known color: Orchid. HEX triplet: CE, 85 and CC. RGB value is (206,133,204). Sum of RGB (Red+Green+Blue) = 206+133+204=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85CC is #317A33. Grayscale: #A2A2A2. Windows color (decimal): -3242548 or 13403598. OLE color: 13403598.
HSL color Cylindrical-coordinate representation of color #CE85CC: hue angle of 301.64º 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 #CE85CC is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 204 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.19 |
| HSL | 301.64º | 0.43% | 0.66% | - |
| HSV(B) | 301.64º | 0.35% | 0.81% | - |
| XYZ | 44.74 | 34.26 | 61.38 | - |
| YUV | 162.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 204 | 0 | 0.35 | 0.01 | 0.19 | 301.64 | 0.43 | 0.66 |
| Hex | CE | 85 | CC | 0 | 23 | 1 | 13 | 12E | 2B | 42 |
| Octal | 316 | 205 | 314 | 0 | 43 | 1 | 23 | 456 | 53 | 102 |
| Binary | 11001110 | 10000101 | 11001100 | 0 | 100011 | 1 | 10011 | 100101110 | 101011 | 1000010 |
Color Harmonies of #CE85CC
Complementary color
Monochromatic Colors of #CE85CC
Black with #CE85CC
Text Example
Text Example
White with #CE85CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85CC; }
p { color: rgb(206,133,204); }
H1.HeaderClassName
{
color: #CE85CC;
}
.AnyTagClassName
{
color: #CE85CC;
}
</style>
background-color css
<style>
a { background-color: #CE85CC; }
a { background-color: rgb(206,133,204); }
div.DivClassName
{
background-color: #CE85CC;
}
.BgClassName
{
background-color: #CE85CC;
}
</style>
border-color css
<style>
span { border-color: #CE85CC; }
span { border-color: rgb(206,133,204); }
td.TdClassName
{
border-color: #CE85CC;
}
.TagClassName
{
border-color: #CE85CC;
}
</style>