Shades of Orchid #CA82C6
Tints of Orchid #CA82C6
RGB
CMYK
RGB Variations
Color information
#CA82C6 (or 0xCA82C6) is known color: Orchid. HEX triplet: CA, 82 and C6. RGB value is (202,130,198). Sum of RGB (Red+Green+Blue) = 202+130+198=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CA82C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82C6 is #357D39. Grayscale: #9F9F9F. Windows color (decimal): -3505466 or 13009610. OLE color: 13009610.
HSL color Cylindrical-coordinate representation of color #CA82C6: hue angle of 303.33º 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 #CA82C6 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 130 | 198 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.21 |
| HSL | 303.33º | 0.4% | 0.65% | - |
| HSV(B) | 303.33º | 0.36% | 0.79% | - |
| XYZ | 42.53 | 32.6 | 57.48 | - |
| YUV | 159.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 198 | 0 | 0.36 | 0.02 | 0.21 | 303.33 | 0.4 | 0.65 |
| Hex | CA | 82 | C6 | 0 | 24 | 2 | 15 | 12F | 28 | 41 |
| Octal | 312 | 202 | 306 | 0 | 44 | 2 | 25 | 457 | 50 | 101 |
| Binary | 11001010 | 10000010 | 11000110 | 0 | 100100 | 10 | 10101 | 100101111 | 101000 | 1000001 |
Color Harmonies of #CA82C6
Complementary color
Monochromatic Colors of #CA82C6
Black with #CA82C6
Text Example
Text Example
White with #CA82C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA82C6; }
p { color: rgb(202,130,198); }
H1.HeaderClassName
{
color: #CA82C6;
}
.AnyTagClassName
{
color: #CA82C6;
}
</style>
background-color css
<style>
a { background-color: #CA82C6; }
a { background-color: rgb(202,130,198); }
div.DivClassName
{
background-color: #CA82C6;
}
.BgClassName
{
background-color: #CA82C6;
}
</style>
border-color css
<style>
span { border-color: #CA82C6; }
span { border-color: rgb(202,130,198); }
td.TdClassName
{
border-color: #CA82C6;
}
.TagClassName
{
border-color: #CA82C6;
}
</style>