Shades of Orchid #CD70CB
Tints of Orchid #CD70CB
RGB
CMYK
RGB Variations
Color information
#CD70CB (or 0xCD70CB) is known color: Orchid. HEX triplet: CD, 70 and CB. RGB value is (205,112,203). Sum of RGB (Red+Green+Blue) = 205+112+203=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CD70CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD70CB is #328F34. Grayscale: #959595. Windows color (decimal): -3313461 or 13332685. OLE color: 13332685.
HSL color Cylindrical-coordinate representation of color #CD70CB: hue angle of 301.29º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD70CB is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 203 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.20 |
| HSL | 301.29º | 0.48% | 0.62% | - |
| HSV(B) | 301.29º | 0.45% | 0.8% | - |
| XYZ | 41.75 | 28.88 | 59.87 | - |
| YUV | 150.18 | 157.81 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 203 | 0 | 0.45 | 0.01 | 0.20 | 301.29 | 0.48 | 0.62 |
| Hex | CD | 70 | CB | 0 | 2D | 1 | 14 | 12D | 30 | 3E |
| Octal | 315 | 160 | 313 | 0 | 55 | 1 | 24 | 455 | 60 | 76 |
| Binary | 11001101 | 1110000 | 11001011 | 0 | 101101 | 1 | 10100 | 100101101 | 110000 | 111110 |
Color Harmonies of #CD70CB
Complementary color
Monochromatic Colors of #CD70CB
Black with #CD70CB
Text Example
Text Example
White with #CD70CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD70CB; }
p { color: rgb(205,112,203); }
H1.HeaderClassName
{
color: #CD70CB;
}
.AnyTagClassName
{
color: #CD70CB;
}
</style>
background-color css
<style>
a { background-color: #CD70CB; }
a { background-color: rgb(205,112,203); }
div.DivClassName
{
background-color: #CD70CB;
}
.BgClassName
{
background-color: #CD70CB;
}
</style>
border-color css
<style>
span { border-color: #CD70CB; }
span { border-color: rgb(205,112,203); }
td.TdClassName
{
border-color: #CD70CB;
}
.TagClassName
{
border-color: #CD70CB;
}
</style>