Shades of Orchid #CB83C8
Tints of Orchid #CB83C8
RGB
CMYK
RGB Variations
Color information
#CB83C8 (or 0xCB83C8) is known color: Orchid. HEX triplet: CB, 83 and C8. RGB value is (203,131,200). Sum of RGB (Red+Green+Blue) = 203+131+200=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 131 (51.56% from 255 or 24.53% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83C8 is #347C37. Grayscale: #A0A0A0. Windows color (decimal): -3439672 or 13140939. OLE color: 13140939.
HSL color Cylindrical-coordinate representation of color #CB83C8: hue angle of 302.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 #CB83C8 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 200 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.20 |
| HSL | 302.5º | 0.41% | 0.65% | - |
| HSV(B) | 302.5º | 0.35% | 0.8% | - |
| XYZ | 43.17 | 33.1 | 58.76 | - |
| YUV | 160.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 200 | 0 | 0.35 | 0.01 | 0.20 | 302.5 | 0.41 | 0.65 |
| Hex | CB | 83 | C8 | 0 | 23 | 1 | 14 | 12E | 29 | 41 |
| Octal | 313 | 203 | 310 | 0 | 43 | 1 | 24 | 456 | 51 | 101 |
| Binary | 11001011 | 10000011 | 11001000 | 0 | 100011 | 1 | 10100 | 100101110 | 101001 | 1000001 |
Color Harmonies of #CB83C8
Complementary color
Monochromatic Colors of #CB83C8
Black with #CB83C8
Text Example
Text Example
White with #CB83C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83C8; }
p { color: rgb(203,131,200); }
H1.HeaderClassName
{
color: #CB83C8;
}
.AnyTagClassName
{
color: #CB83C8;
}
</style>
background-color css
<style>
a { background-color: #CB83C8; }
a { background-color: rgb(203,131,200); }
div.DivClassName
{
background-color: #CB83C8;
}
.BgClassName
{
background-color: #CB83C8;
}
</style>
border-color css
<style>
span { border-color: #CB83C8; }
span { border-color: rgb(203,131,200); }
td.TdClassName
{
border-color: #CB83C8;
}
.TagClassName
{
border-color: #CB83C8;
}
</style>