Shades of Orchid #CA82C7
Tints of Orchid #CA82C7
RGB
CMYK
RGB Variations
Color information
#CA82C7 (or 0xCA82C7) is known color: Orchid. HEX triplet: CA, 82 and C7. RGB value is (202,130,199). Sum of RGB (Red+Green+Blue) = 202+130+199=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CA82C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82C7 is #357D38. Grayscale: #9F9F9F. Windows color (decimal): -3505465 or 13075146. OLE color: 13075146.
HSL color Cylindrical-coordinate representation of color #CA82C7: hue angle of 302.5º 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 #CA82C7 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 130 | 199 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.21 |
| HSL | 302.5º | 0.4% | 0.65% | - |
| HSV(B) | 302.5º | 0.36% | 0.79% | - |
| XYZ | 42.65 | 32.65 | 58.09 | - |
| YUV | 159.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 199 | 0 | 0.36 | 0.01 | 0.21 | 302.5 | 0.4 | 0.65 |
| Hex | CA | 82 | C7 | 0 | 24 | 1 | 15 | 12E | 28 | 41 |
| Octal | 312 | 202 | 307 | 0 | 44 | 1 | 25 | 456 | 50 | 101 |
| Binary | 11001010 | 10000010 | 11000111 | 0 | 100100 | 1 | 10101 | 100101110 | 101000 | 1000001 |
Color Harmonies of #CA82C7
Complementary color
Monochromatic Colors of #CA82C7
Black with #CA82C7
Text Example
Text Example
White with #CA82C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA82C7; }
p { color: rgb(202,130,199); }
H1.HeaderClassName
{
color: #CA82C7;
}
.AnyTagClassName
{
color: #CA82C7;
}
</style>
background-color css
<style>
a { background-color: #CA82C7; }
a { background-color: rgb(202,130,199); }
div.DivClassName
{
background-color: #CA82C7;
}
.BgClassName
{
background-color: #CA82C7;
}
</style>
border-color css
<style>
span { border-color: #CA82C7; }
span { border-color: rgb(202,130,199); }
td.TdClassName
{
border-color: #CA82C7;
}
.TagClassName
{
border-color: #CA82C7;
}
</style>