Shades of Orchid #CD85CB
Tints of Orchid #CD85CB
RGB
CMYK
RGB Variations
Color information
#CD85CB (or 0xCD85CB) is known color: Orchid. HEX triplet: CD, 85 and CB. RGB value is (205,133,203). Sum of RGB (Red+Green+Blue) = 205+133+203=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CD85CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85CB is #327A34. Grayscale: #A2A2A2. Windows color (decimal): -3308085 or 13338061. OLE color: 13338061.
HSL color Cylindrical-coordinate representation of color #CD85CB: hue angle of 301.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 #CD85CB is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 133 | 203 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.20 |
| HSL | 301.67º | 0.42% | 0.66% | - |
| HSV(B) | 301.67º | 0.35% | 0.8% | - |
| XYZ | 44.34 | 34.07 | 60.74 | - |
| YUV | 162.51 | 150.85 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 133 | 203 | 0 | 0.35 | 0.01 | 0.20 | 301.67 | 0.42 | 0.66 |
| Hex | CD | 85 | CB | 0 | 23 | 1 | 14 | 12E | 2A | 42 |
| Octal | 315 | 205 | 313 | 0 | 43 | 1 | 24 | 456 | 52 | 102 |
| Binary | 11001101 | 10000101 | 11001011 | 0 | 100011 | 1 | 10100 | 100101110 | 101010 | 1000010 |
Color Harmonies of #CD85CB
Complementary color
Monochromatic Colors of #CD85CB
Black with #CD85CB
Text Example
Text Example
White with #CD85CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD85CB; }
p { color: rgb(205,133,203); }
H1.HeaderClassName
{
color: #CD85CB;
}
.AnyTagClassName
{
color: #CD85CB;
}
</style>
background-color css
<style>
a { background-color: #CD85CB; }
a { background-color: rgb(205,133,203); }
div.DivClassName
{
background-color: #CD85CB;
}
.BgClassName
{
background-color: #CD85CB;
}
</style>
border-color css
<style>
span { border-color: #CD85CB; }
span { border-color: rgb(205,133,203); }
td.TdClassName
{
border-color: #CD85CB;
}
.TagClassName
{
border-color: #CD85CB;
}
</style>