Shades of Orchid #CB84C7
Tints of Orchid #CB84C7
RGB
CMYK
RGB Variations
Color information
#CB84C7 (or 0xCB84C7) is known color: Orchid. HEX triplet: CB, 84 and C7. RGB value is (203,132,199). Sum of RGB (Red+Green+Blue) = 203+132+199=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CB84C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84C7 is #347B38. Grayscale: #A0A0A0. Windows color (decimal): -3439417 or 13075659. OLE color: 13075659.
HSL color Cylindrical-coordinate representation of color #CB84C7: hue angle of 303.38º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB84C7 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 199 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.20 |
| HSL | 303.38º | 0.41% | 0.66% | - |
| HSV(B) | 303.38º | 0.35% | 0.8% | - |
| XYZ | 43.19 | 33.32 | 58.19 | - |
| YUV | 160.87 | 149.52 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 199 | 0 | 0.35 | 0.02 | 0.20 | 303.38 | 0.41 | 0.66 |
| Hex | CB | 84 | C7 | 0 | 23 | 2 | 14 | 12F | 29 | 42 |
| Octal | 313 | 204 | 307 | 0 | 43 | 2 | 24 | 457 | 51 | 102 |
| Binary | 11001011 | 10000100 | 11000111 | 0 | 100011 | 10 | 10100 | 100101111 | 101001 | 1000010 |
Color Harmonies of #CB84C7
Complementary color
Monochromatic Colors of #CB84C7
Black with #CB84C7
Text Example
Text Example
White with #CB84C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB84C7; }
p { color: rgb(203,132,199); }
H1.HeaderClassName
{
color: #CB84C7;
}
.AnyTagClassName
{
color: #CB84C7;
}
</style>
background-color css
<style>
a { background-color: #CB84C7; }
a { background-color: rgb(203,132,199); }
div.DivClassName
{
background-color: #CB84C7;
}
.BgClassName
{
background-color: #CB84C7;
}
</style>
border-color css
<style>
span { border-color: #CB84C7; }
span { border-color: rgb(203,132,199); }
td.TdClassName
{
border-color: #CB84C7;
}
.TagClassName
{
border-color: #CB84C7;
}
</style>