Shades of Orchid #CD85CA
Tints of Orchid #CD85CA
RGB
CMYK
RGB Variations
Color information
#CD85CA (or 0xCD85CA) is known color: Orchid. HEX triplet: CD, 85 and CA. RGB value is (205,133,202). Sum of RGB (Red+Green+Blue) = 205+133+202=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CD85CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85CA is #327A35. Grayscale: #A2A2A2. Windows color (decimal): -3308086 or 13272525. OLE color: 13272525.
HSL color Cylindrical-coordinate representation of color #CD85CA: hue angle of 302.5º 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 #CD85CA is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 133 | 202 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.20 |
| HSL | 302.5º | 0.42% | 0.66% | - |
| HSV(B) | 302.5º | 0.35% | 0.8% | - |
| XYZ | 44.23 | 34.02 | 60.11 | - |
| YUV | 162.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 133 | 202 | 0 | 0.35 | 0.01 | 0.20 | 302.5 | 0.42 | 0.66 |
| Hex | CD | 85 | CA | 0 | 23 | 1 | 14 | 12E | 2A | 42 |
| Octal | 315 | 205 | 312 | 0 | 43 | 1 | 24 | 456 | 52 | 102 |
| Binary | 11001101 | 10000101 | 11001010 | 0 | 100011 | 1 | 10100 | 100101110 | 101010 | 1000010 |
Color Harmonies of #CD85CA
Complementary color
Monochromatic Colors of #CD85CA
Black with #CD85CA
Text Example
Text Example
White with #CD85CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD85CA; }
p { color: rgb(205,133,202); }
H1.HeaderClassName
{
color: #CD85CA;
}
.AnyTagClassName
{
color: #CD85CA;
}
</style>
background-color css
<style>
a { background-color: #CD85CA; }
a { background-color: rgb(205,133,202); }
div.DivClassName
{
background-color: #CD85CA;
}
.BgClassName
{
background-color: #CD85CA;
}
</style>
border-color css
<style>
span { border-color: #CD85CA; }
span { border-color: rgb(205,133,202); }
td.TdClassName
{
border-color: #CD85CA;
}
.TagClassName
{
border-color: #CD85CA;
}
</style>