Shades of Orchid #CD83CE
Tints of Orchid #CD83CE
RGB
CMYK
RGB Variations
Color information
#CD83CE (or 0xCD83CE) is known color: Orchid. HEX triplet: CD, 83 and CE. RGB value is (205,131,206). Sum of RGB (Red+Green+Blue) = 205+131+206=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD83CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD83CE is #327C31. Grayscale: #A1A1A1. Windows color (decimal): -3308594 or 13534157. OLE color: 13534157.
HSL color Cylindrical-coordinate representation of color #CD83CE: hue angle of 299.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD83CE is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 131 | 206 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.19 |
| HSL | 299.2º | 0.43% | 0.66% | - |
| HSV(B) | 299.2º | 0.36% | 0.81% | - |
| XYZ | 44.43 | 33.67 | 62.55 | - |
| YUV | 161.68 | 153.02 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 131 | 206 | 0.00 | 0.36 | 0 | 0.19 | 299.2 | 0.43 | 0.66 |
| Hex | CD | 83 | CE | 0 | 24 | 0 | 13 | 12B | 2B | 42 |
| Octal | 315 | 203 | 316 | 0 | 44 | 0 | 23 | 453 | 53 | 102 |
| Binary | 11001101 | 10000011 | 11001110 | 0 | 100100 | 0 | 10011 | 100101011 | 101011 | 1000010 |
Color Harmonies of #CD83CE
Complementary color
Monochromatic Colors of #CD83CE
Black with #CD83CE
Text Example
Text Example
White with #CD83CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD83CE; }
p { color: rgb(205,131,206); }
H1.HeaderClassName
{
color: #CD83CE;
}
.AnyTagClassName
{
color: #CD83CE;
}
</style>
background-color css
<style>
a { background-color: #CD83CE; }
a { background-color: rgb(205,131,206); }
div.DivClassName
{
background-color: #CD83CE;
}
.BgClassName
{
background-color: #CD83CE;
}
</style>
border-color css
<style>
span { border-color: #CD83CE; }
span { border-color: rgb(205,131,206); }
td.TdClassName
{
border-color: #CD83CE;
}
.TagClassName
{
border-color: #CD83CE;
}
</style>