Shades of Orchid #CD85C5
Tints of Orchid #CD85C5
RGB
CMYK
RGB Variations
Color information
#CD85C5 (or 0xCD85C5) is known color: Orchid. HEX triplet: CD, 85 and C5. RGB value is (205,133,197). Sum of RGB (Red+Green+Blue) = 205+133+197=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CD85C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85C5 is #327A3A. Grayscale: #A1A1A1. Windows color (decimal): -3308091 or 12944845. OLE color: 12944845.
HSL color Cylindrical-coordinate representation of color #CD85C5: hue angle of 306.67º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD85C5 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 133 | 197 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.20 |
| HSL | 306.67º | 0.42% | 0.66% | - |
| HSV(B) | 306.67º | 0.35% | 0.8% | - |
| XYZ | 43.64 | 33.79 | 57.04 | - |
| YUV | 161.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 133 | 197 | 0 | 0.35 | 0.04 | 0.20 | 306.67 | 0.42 | 0.66 |
| Hex | CD | 85 | C5 | 0 | 23 | 4 | 14 | 133 | 2A | 42 |
| Octal | 315 | 205 | 305 | 0 | 43 | 4 | 24 | 463 | 52 | 102 |
| Binary | 11001101 | 10000101 | 11000101 | 0 | 100011 | 100 | 10100 | 100110011 | 101010 | 1000010 |
Color Harmonies of #CD85C5
Complementary color
Monochromatic Colors of #CD85C5
Black with #CD85C5
Text Example
Text Example
White with #CD85C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD85C5; }
p { color: rgb(205,133,197); }
H1.HeaderClassName
{
color: #CD85C5;
}
.AnyTagClassName
{
color: #CD85C5;
}
</style>
background-color css
<style>
a { background-color: #CD85C5; }
a { background-color: rgb(205,133,197); }
div.DivClassName
{
background-color: #CD85C5;
}
.BgClassName
{
background-color: #CD85C5;
}
</style>
border-color css
<style>
span { border-color: #CD85C5; }
span { border-color: rgb(205,133,197); }
td.TdClassName
{
border-color: #CD85C5;
}
.TagClassName
{
border-color: #CD85C5;
}
</style>