Shades of Orchid #CB82C6
Tints of Orchid #CB82C6
RGB
CMYK
RGB Variations
Color information
#CB82C6 (or 0xCB82C6) is known color: Orchid. HEX triplet: CB, 82 and C6. RGB value is (203,130,198). Sum of RGB (Red+Green+Blue) = 203+130+198=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CB82C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB82C6 is #347D39. Grayscale: #9F9F9F. Windows color (decimal): -3439930 or 13009611. OLE color: 13009611.
HSL color Cylindrical-coordinate representation of color #CB82C6: hue angle of 304.11º degrees, saturation: 0.41, 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 #CB82C6 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 198 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.20 |
| HSL | 304.11º | 0.41% | 0.65% | - |
| HSV(B) | 304.11º | 0.36% | 0.8% | - |
| XYZ | 42.8 | 32.74 | 57.49 | - |
| YUV | 159.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 198 | 0 | 0.36 | 0.02 | 0.20 | 304.11 | 0.41 | 0.65 |
| Hex | CB | 82 | C6 | 0 | 24 | 2 | 14 | 130 | 29 | 41 |
| Octal | 313 | 202 | 306 | 0 | 44 | 2 | 24 | 460 | 51 | 101 |
| Binary | 11001011 | 10000010 | 11000110 | 0 | 100100 | 10 | 10100 | 100110000 | 101001 | 1000001 |
Color Harmonies of #CB82C6
Complementary color
Monochromatic Colors of #CB82C6
Black with #CB82C6
Text Example
Text Example
White with #CB82C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB82C6; }
p { color: rgb(203,130,198); }
H1.HeaderClassName
{
color: #CB82C6;
}
.AnyTagClassName
{
color: #CB82C6;
}
</style>
background-color css
<style>
a { background-color: #CB82C6; }
a { background-color: rgb(203,130,198); }
div.DivClassName
{
background-color: #CB82C6;
}
.BgClassName
{
background-color: #CB82C6;
}
</style>
border-color css
<style>
span { border-color: #CB82C6; }
span { border-color: rgb(203,130,198); }
td.TdClassName
{
border-color: #CB82C6;
}
.TagClassName
{
border-color: #CB82C6;
}
</style>