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