Shades of Orchid #CB82CC
Tints of Orchid #CB82CC
RGB
CMYK
RGB Variations
Color information
#CB82CC (or 0xCB82CC) is known color: Orchid. HEX triplet: CB, 82 and CC. RGB value is (203,130,204). Sum of RGB (Red+Green+Blue) = 203+130+204=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB82CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB82CC is #347D33. Grayscale: #A0A0A0. Windows color (decimal): -3439924 or 13402827. OLE color: 13402827.
HSL color Cylindrical-coordinate representation of color #CB82CC: hue angle of 299.19º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB82CC is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 130 | 204 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.2 |
| HSL | 299.19º | 0.42% | 0.65% | - |
| HSV(B) | 299.19º | 0.36% | 0.8% | - |
| XYZ | 43.51 | 33.02 | 61.21 | - |
| YUV | 160.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 204 | 0.00 | 0.36 | 0 | 0.2 | 299.19 | 0.42 | 0.65 |
| Hex | CB | 82 | CC | 0 | 24 | 0 | 14 | 12B | 2A | 41 |
| Octal | 313 | 202 | 314 | 0 | 44 | 0 | 24 | 453 | 52 | 101 |
| Binary | 11001011 | 10000010 | 11001100 | 0 | 100100 | 0 | 10100 | 100101011 | 101010 | 1000001 |
Color Harmonies of #CB82CC
Complementary color
Monochromatic Colors of #CB82CC
Black with #CB82CC
Text Example
Text Example
White with #CB82CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB82CC; }
p { color: rgb(203,130,204); }
H1.HeaderClassName
{
color: #CB82CC;
}
.AnyTagClassName
{
color: #CB82CC;
}
</style>
background-color css
<style>
a { background-color: #CB82CC; }
a { background-color: rgb(203,130,204); }
div.DivClassName
{
background-color: #CB82CC;
}
.BgClassName
{
background-color: #CB82CC;
}
</style>
border-color css
<style>
span { border-color: #CB82CC; }
span { border-color: rgb(203,130,204); }
td.TdClassName
{
border-color: #CB82CC;
}
.TagClassName
{
border-color: #CB82CC;
}
</style>