Shades of Orchid #C883CE
Tints of Orchid #C883CE
RGB
CMYK
RGB Variations
Color information
#C883CE (or 0xC883CE) is known color: Orchid. HEX triplet: C8, 83 and CE. RGB value is (200,131,206). Sum of RGB (Red+Green+Blue) = 200+131+206=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #C883CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883CE is #377C31. Grayscale: #9F9F9F. Windows color (decimal): -3636274 or 13534152. OLE color: 13534152.
HSL color Cylindrical-coordinate representation of color #C883CE: hue angle of 295.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 #C883CE is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 131 | 206 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.19 |
| HSL | 295.2º | 0.43% | 0.66% | - |
| HSV(B) | 295.2º | 0.36% | 0.81% | - |
| XYZ | 43.08 | 32.97 | 62.49 | - |
| YUV | 160.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 206 | 0.03 | 0.36 | 0 | 0.19 | 295.2 | 0.43 | 0.66 |
| Hex | C8 | 83 | CE | 3 | 24 | 0 | 13 | 127 | 2B | 42 |
| Octal | 310 | 203 | 316 | 3 | 44 | 0 | 23 | 447 | 53 | 102 |
| Binary | 11001000 | 10000011 | 11001110 | 11 | 100100 | 0 | 10011 | 100100111 | 101011 | 1000010 |
Color Harmonies of #C883CE
Complementary color
Monochromatic Colors of #C883CE
Black with #C883CE
Text Example
Text Example
White with #C883CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883CE; }
p { color: rgb(200,131,206); }
H1.HeaderClassName
{
color: #C883CE;
}
.AnyTagClassName
{
color: #C883CE;
}
</style>
background-color css
<style>
a { background-color: #C883CE; }
a { background-color: rgb(200,131,206); }
div.DivClassName
{
background-color: #C883CE;
}
.BgClassName
{
background-color: #C883CE;
}
</style>
border-color css
<style>
span { border-color: #C883CE; }
span { border-color: rgb(200,131,206); }
td.TdClassName
{
border-color: #C883CE;
}
.TagClassName
{
border-color: #C883CE;
}
</style>