Shades of Orchid #CA82CC
Tints of Orchid #CA82CC
RGB
CMYK
RGB Variations
Color information
#CA82CC (or 0xCA82CC) is known color: Orchid. HEX triplet: CA, 82 and CC. RGB value is (202,130,204). Sum of RGB (Red+Green+Blue) = 202+130+204=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA82CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82CC is #357D33. Grayscale: #9F9F9F. Windows color (decimal): -3505460 or 13402826. OLE color: 13402826.
HSL color Cylindrical-coordinate representation of color #CA82CC: hue angle of 298.38º 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 #CA82CC is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 130 | 204 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.2 |
| HSL | 298.38º | 0.42% | 0.65% | - |
| HSV(B) | 298.38º | 0.36% | 0.8% | - |
| XYZ | 43.24 | 32.88 | 61.19 | - |
| YUV | 159.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 204 | 0.01 | 0.36 | 0 | 0.2 | 298.38 | 0.42 | 0.65 |
| Hex | CA | 82 | CC | 1 | 24 | 0 | 14 | 12A | 2A | 41 |
| Octal | 312 | 202 | 314 | 1 | 44 | 0 | 24 | 452 | 52 | 101 |
| Binary | 11001010 | 10000010 | 11001100 | 1 | 100100 | 0 | 10100 | 100101010 | 101010 | 1000001 |
Color Harmonies of #CA82CC
Complementary color
Monochromatic Colors of #CA82CC
Black with #CA82CC
Text Example
Text Example
White with #CA82CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA82CC; }
p { color: rgb(202,130,204); }
H1.HeaderClassName
{
color: #CA82CC;
}
.AnyTagClassName
{
color: #CA82CC;
}
</style>
background-color css
<style>
a { background-color: #CA82CC; }
a { background-color: rgb(202,130,204); }
div.DivClassName
{
background-color: #CA82CC;
}
.BgClassName
{
background-color: #CA82CC;
}
</style>
border-color css
<style>
span { border-color: #CA82CC; }
span { border-color: rgb(202,130,204); }
td.TdClassName
{
border-color: #CA82CC;
}
.TagClassName
{
border-color: #CA82CC;
}
</style>