Shades of Orchid #C983D2
Tints of Orchid #C983D2
RGB
CMYK
RGB Variations
Color information
#C983D2 (or 0xC983D2) is known color: Orchid. HEX triplet: C9, 83 and D2. RGB value is (201,131,210). Sum of RGB (Red+Green+Blue) = 201+131+210=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 210 - color contains mainly: blue. Hex color #C983D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983D2 is #367C2D. Grayscale: #A0A0A0. Windows color (decimal): -3570734 or 13796297. OLE color: 13796297.
HSL color Cylindrical-coordinate representation of color #C983D2: hue angle of 293.16º 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 #C983D2 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 131 | 210 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.18 |
| HSL | 293.16º | 0.47% | 0.67% | - |
| HSV(B) | 293.16º | 0.38% | 0.82% | - |
| XYZ | 43.84 | 33.3 | 65.09 | - |
| YUV | 160.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 131 | 210 | 0.04 | 0.38 | 0 | 0.18 | 293.16 | 0.47 | 0.67 |
| Hex | C9 | 83 | D2 | 4 | 26 | 0 | 12 | 125 | 2F | 43 |
| Octal | 311 | 203 | 322 | 4 | 46 | 0 | 22 | 445 | 57 | 103 |
| Binary | 11001001 | 10000011 | 11010010 | 100 | 100110 | 0 | 10010 | 100100101 | 101111 | 1000011 |
Color Harmonies of #C983D2
Complementary color
Monochromatic Colors of #C983D2
Black with #C983D2
Text Example
Text Example
White with #C983D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C983D2; }
p { color: rgb(201,131,210); }
H1.HeaderClassName
{
color: #C983D2;
}
.AnyTagClassName
{
color: #C983D2;
}
</style>
background-color css
<style>
a { background-color: #C983D2; }
a { background-color: rgb(201,131,210); }
div.DivClassName
{
background-color: #C983D2;
}
.BgClassName
{
background-color: #C983D2;
}
</style>
border-color css
<style>
span { border-color: #C983D2; }
span { border-color: rgb(201,131,210); }
td.TdClassName
{
border-color: #C983D2;
}
.TagClassName
{
border-color: #C983D2;
}
</style>