Shades of Orchid #CA82C8
Tints of Orchid #CA82C8
RGB
CMYK
RGB Variations
Color information
#CA82C8 (or 0xCA82C8) is known color: Orchid. HEX triplet: CA, 82 and C8. RGB value is (202,130,200). Sum of RGB (Red+Green+Blue) = 202+130+200=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CA82C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82C8 is #357D37. Grayscale: #9F9F9F. Windows color (decimal): -3505464 or 13140682. OLE color: 13140682.
HSL color Cylindrical-coordinate representation of color #CA82C8: hue angle of 301.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA82C8 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 130 | 200 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.21 |
| HSL | 301.67º | 0.4% | 0.65% | - |
| HSV(B) | 301.67º | 0.36% | 0.79% | - |
| XYZ | 42.77 | 32.69 | 58.7 | - |
| YUV | 159.51 | 150.85 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 200 | 0 | 0.36 | 0.01 | 0.21 | 301.67 | 0.4 | 0.65 |
| Hex | CA | 82 | C8 | 0 | 24 | 1 | 15 | 12E | 28 | 41 |
| Octal | 312 | 202 | 310 | 0 | 44 | 1 | 25 | 456 | 50 | 101 |
| Binary | 11001010 | 10000010 | 11001000 | 0 | 100100 | 1 | 10101 | 100101110 | 101000 | 1000001 |
Color Harmonies of #CA82C8
Complementary color
Monochromatic Colors of #CA82C8
Black with #CA82C8
Text Example
Text Example
White with #CA82C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA82C8; }
p { color: rgb(202,130,200); }
H1.HeaderClassName
{
color: #CA82C8;
}
.AnyTagClassName
{
color: #CA82C8;
}
</style>
background-color css
<style>
a { background-color: #CA82C8; }
a { background-color: rgb(202,130,200); }
div.DivClassName
{
background-color: #CA82C8;
}
.BgClassName
{
background-color: #CA82C8;
}
</style>
border-color css
<style>
span { border-color: #CA82C8; }
span { border-color: rgb(202,130,200); }
td.TdClassName
{
border-color: #CA82C8;
}
.TagClassName
{
border-color: #CA82C8;
}
</style>