Shades of Orchid #CB84CF
Tints of Orchid #CB84CF
RGB
CMYK
RGB Variations
Color information
#CB84CF (or 0xCB84CF) is known color: Orchid. HEX triplet: CB, 84 and CF. RGB value is (203,132,207). Sum of RGB (Red+Green+Blue) = 203+132+207=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB84CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84CF is #347B30. Grayscale: #A1A1A1. Windows color (decimal): -3439409 or 13599947. OLE color: 13599947.
HSL color Cylindrical-coordinate representation of color #CB84CF: hue angle of 296.8º degrees, saturation: 0.44, 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 #CB84CF is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 132 | 207 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.19 |
| HSL | 296.8º | 0.44% | 0.66% | - |
| HSV(B) | 296.8º | 0.36% | 0.81% | - |
| XYZ | 44.14 | 33.7 | 63.21 | - |
| YUV | 161.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 207 | 0.02 | 0.36 | 0 | 0.19 | 296.8 | 0.44 | 0.66 |
| Hex | CB | 84 | CF | 2 | 24 | 0 | 13 | 129 | 2C | 42 |
| Octal | 313 | 204 | 317 | 2 | 44 | 0 | 23 | 451 | 54 | 102 |
| Binary | 11001011 | 10000100 | 11001111 | 10 | 100100 | 0 | 10011 | 100101001 | 101100 | 1000010 |
Color Harmonies of #CB84CF
Complementary color
Monochromatic Colors of #CB84CF
Black with #CB84CF
Text Example
Text Example
White with #CB84CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB84CF; }
p { color: rgb(203,132,207); }
H1.HeaderClassName
{
color: #CB84CF;
}
.AnyTagClassName
{
color: #CB84CF;
}
</style>
background-color css
<style>
a { background-color: #CB84CF; }
a { background-color: rgb(203,132,207); }
div.DivClassName
{
background-color: #CB84CF;
}
.BgClassName
{
background-color: #CB84CF;
}
</style>
border-color css
<style>
span { border-color: #CB84CF; }
span { border-color: rgb(203,132,207); }
td.TdClassName
{
border-color: #CB84CF;
}
.TagClassName
{
border-color: #CB84CF;
}
</style>