Shades of Orchid #CB83CF
Tints of Orchid #CB83CF
RGB
CMYK
RGB Variations
Color information
#CB83CF (or 0xCB83CF) is known color: Orchid. HEX triplet: CB, 83 and CF. RGB value is (203,131,207). Sum of RGB (Red+Green+Blue) = 203+131+207=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB83CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83CF is #347C30. Grayscale: #A0A0A0. Windows color (decimal): -3439665 or 13599691. OLE color: 13599691.
HSL color Cylindrical-coordinate representation of color #CB83CF: hue angle of 296.84º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB83CF is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 131 | 207 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.19 |
| HSL | 296.84º | 0.44% | 0.66% | - |
| HSV(B) | 296.84º | 0.37% | 0.81% | - |
| XYZ | 44.01 | 33.43 | 63.17 | - |
| YUV | 161.19 | 153.85 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 207 | 0.02 | 0.37 | 0 | 0.19 | 296.84 | 0.44 | 0.66 |
| Hex | CB | 83 | CF | 2 | 25 | 0 | 13 | 129 | 2C | 42 |
| Octal | 313 | 203 | 317 | 2 | 45 | 0 | 23 | 451 | 54 | 102 |
| Binary | 11001011 | 10000011 | 11001111 | 10 | 100101 | 0 | 10011 | 100101001 | 101100 | 1000010 |
Color Harmonies of #CB83CF
Complementary color
Monochromatic Colors of #CB83CF
Black with #CB83CF
Text Example
Text Example
White with #CB83CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83CF; }
p { color: rgb(203,131,207); }
H1.HeaderClassName
{
color: #CB83CF;
}
.AnyTagClassName
{
color: #CB83CF;
}
</style>
background-color css
<style>
a { background-color: #CB83CF; }
a { background-color: rgb(203,131,207); }
div.DivClassName
{
background-color: #CB83CF;
}
.BgClassName
{
background-color: #CB83CF;
}
</style>
border-color css
<style>
span { border-color: #CB83CF; }
span { border-color: rgb(203,131,207); }
td.TdClassName
{
border-color: #CB83CF;
}
.TagClassName
{
border-color: #CB83CF;
}
</style>