Shades of Orchid #CB83CC
Tints of Orchid #CB83CC
RGB
CMYK
RGB Variations
Color information
#CB83CC (or 0xCB83CC) is known color: Orchid. HEX triplet: CB, 83 and CC. RGB value is (203,131,204). Sum of RGB (Red+Green+Blue) = 203+131+204=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB83CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83CC is #347C33. Grayscale: #A0A0A0. Windows color (decimal): -3439668 or 13403083. OLE color: 13403083.
HSL color Cylindrical-coordinate representation of color #CB83CC: hue angle of 299.18º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB83CC is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 131 | 204 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.2 |
| HSL | 299.18º | 0.42% | 0.66% | - |
| HSV(B) | 299.18º | 0.36% | 0.8% | - |
| XYZ | 43.64 | 33.29 | 61.25 | - |
| YUV | 160.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 204 | 0.00 | 0.36 | 0 | 0.2 | 299.18 | 0.42 | 0.66 |
| Hex | CB | 83 | CC | 0 | 24 | 0 | 14 | 12B | 2A | 42 |
| Octal | 313 | 203 | 314 | 0 | 44 | 0 | 24 | 453 | 52 | 102 |
| Binary | 11001011 | 10000011 | 11001100 | 0 | 100100 | 0 | 10100 | 100101011 | 101010 | 1000010 |
Color Harmonies of #CB83CC
Complementary color
Monochromatic Colors of #CB83CC
Black with #CB83CC
Text Example
Text Example
White with #CB83CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83CC; }
p { color: rgb(203,131,204); }
H1.HeaderClassName
{
color: #CB83CC;
}
.AnyTagClassName
{
color: #CB83CC;
}
</style>
background-color css
<style>
a { background-color: #CB83CC; }
a { background-color: rgb(203,131,204); }
div.DivClassName
{
background-color: #CB83CC;
}
.BgClassName
{
background-color: #CB83CC;
}
</style>
border-color css
<style>
span { border-color: #CB83CC; }
span { border-color: rgb(203,131,204); }
td.TdClassName
{
border-color: #CB83CC;
}
.TagClassName
{
border-color: #CB83CC;
}
</style>