Shades of Orchid #C883D5
Tints of Orchid #C883D5
RGB
CMYK
RGB Variations
Color information
#C883D5 (or 0xC883D5) is known color: Orchid. HEX triplet: C8, 83 and D5. RGB value is (200,131,213). Sum of RGB (Red+Green+Blue) = 200+131+213=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 213 - color contains mainly: blue. Hex color #C883D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883D5 is #377C2A. Grayscale: #A0A0A0. Windows color (decimal): -3636267 or 13992904. OLE color: 13992904.
HSL color Cylindrical-coordinate representation of color #C883D5: hue angle of 290.49º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C883D5 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 131 | 213 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.16 |
| HSL | 290.49º | 0.49% | 0.67% | - |
| HSV(B) | 290.49º | 0.38% | 0.84% | - |
| XYZ | 43.95 | 33.32 | 67.07 | - |
| YUV | 160.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 213 | 0.06 | 0.38 | 0 | 0.16 | 290.49 | 0.49 | 0.67 |
| Hex | C8 | 83 | D5 | 6 | 26 | 0 | 10 | 122 | 31 | 43 |
| Octal | 310 | 203 | 325 | 6 | 46 | 0 | 20 | 442 | 61 | 103 |
| Binary | 11001000 | 10000011 | 11010101 | 110 | 100110 | 0 | 10000 | 100100010 | 110001 | 1000011 |
Color Harmonies of #C883D5
Complementary color
Monochromatic Colors of #C883D5
Black with #C883D5
Text Example
Text Example
White with #C883D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883D5; }
p { color: rgb(200,131,213); }
H1.HeaderClassName
{
color: #C883D5;
}
.AnyTagClassName
{
color: #C883D5;
}
</style>
background-color css
<style>
a { background-color: #C883D5; }
a { background-color: rgb(200,131,213); }
div.DivClassName
{
background-color: #C883D5;
}
.BgClassName
{
background-color: #C883D5;
}
</style>
border-color css
<style>
span { border-color: #C883D5; }
span { border-color: rgb(200,131,213); }
td.TdClassName
{
border-color: #C883D5;
}
.TagClassName
{
border-color: #C883D5;
}
</style>