Shades of Orchid #C883CB
Tints of Orchid #C883CB
RGB
CMYK
RGB Variations
Color information
#C883CB (or 0xC883CB) is known color: Orchid. HEX triplet: C8, 83 and CB. RGB value is (200,131,203). Sum of RGB (Red+Green+Blue) = 200+131+203=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 131 (51.56% from 255 or 24.53% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #C883CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883CB is #377C34. Grayscale: #9F9F9F. Windows color (decimal): -3636277 or 13337544. OLE color: 13337544.
HSL color Cylindrical-coordinate representation of color #C883CB: hue angle of 297.5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C883CB is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 131 | 203 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.20 |
| HSL | 297.5º | 0.41% | 0.65% | - |
| HSV(B) | 297.5º | 0.35% | 0.8% | - |
| XYZ | 42.72 | 32.82 | 60.58 | - |
| YUV | 159.84 | 152.36 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 203 | 0.01 | 0.35 | 0 | 0.20 | 297.5 | 0.41 | 0.65 |
| Hex | C8 | 83 | CB | 1 | 23 | 0 | 14 | 12A | 29 | 41 |
| Octal | 310 | 203 | 313 | 1 | 43 | 0 | 24 | 452 | 51 | 101 |
| Binary | 11001000 | 10000011 | 11001011 | 1 | 100011 | 0 | 10100 | 100101010 | 101001 | 1000001 |
Color Harmonies of #C883CB
Complementary color
Monochromatic Colors of #C883CB
Black with #C883CB
Text Example
Text Example
White with #C883CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883CB; }
p { color: rgb(200,131,203); }
H1.HeaderClassName
{
color: #C883CB;
}
.AnyTagClassName
{
color: #C883CB;
}
</style>
background-color css
<style>
a { background-color: #C883CB; }
a { background-color: rgb(200,131,203); }
div.DivClassName
{
background-color: #C883CB;
}
.BgClassName
{
background-color: #C883CB;
}
</style>
border-color css
<style>
span { border-color: #C883CB; }
span { border-color: rgb(200,131,203); }
td.TdClassName
{
border-color: #C883CB;
}
.TagClassName
{
border-color: #C883CB;
}
</style>