Shades of Orchid #CD83D2
Tints of Orchid #CD83D2
RGB
CMYK
RGB Variations
Color information
#CD83D2 (or 0xCD83D2) is known color: Orchid. HEX triplet: CD, 83 and D2. RGB value is (205,131,210). Sum of RGB (Red+Green+Blue) = 205+131+210=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 210 - color contains mainly: blue. Hex color #CD83D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD83D2 is #327C2D. Grayscale: #A1A1A1. Windows color (decimal): -3308590 or 13796301. OLE color: 13796301.
HSL color Cylindrical-coordinate representation of color #CD83D2: hue angle of 296.2º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD83D2 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 131 | 210 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.18 |
| HSL | 296.2º | 0.47% | 0.67% | - |
| HSV(B) | 296.2º | 0.38% | 0.82% | - |
| XYZ | 44.93 | 33.86 | 65.14 | - |
| YUV | 162.13 | 155.02 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 131 | 210 | 0.02 | 0.38 | 0 | 0.18 | 296.2 | 0.47 | 0.67 |
| Hex | CD | 83 | D2 | 2 | 26 | 0 | 12 | 128 | 2F | 43 |
| Octal | 315 | 203 | 322 | 2 | 46 | 0 | 22 | 450 | 57 | 103 |
| Binary | 11001101 | 10000011 | 11010010 | 10 | 100110 | 0 | 10010 | 100101000 | 101111 | 1000011 |
Color Harmonies of #CD83D2
Complementary color
Monochromatic Colors of #CD83D2
Black with #CD83D2
Text Example
Text Example
White with #CD83D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD83D2; }
p { color: rgb(205,131,210); }
H1.HeaderClassName
{
color: #CD83D2;
}
.AnyTagClassName
{
color: #CD83D2;
}
</style>
background-color css
<style>
a { background-color: #CD83D2; }
a { background-color: rgb(205,131,210); }
div.DivClassName
{
background-color: #CD83D2;
}
.BgClassName
{
background-color: #CD83D2;
}
</style>
border-color css
<style>
span { border-color: #CD83D2; }
span { border-color: rgb(205,131,210); }
td.TdClassName
{
border-color: #CD83D2;
}
.TagClassName
{
border-color: #CD83D2;
}
</style>