Shades of Orchid #CA6DC5
Tints of Orchid #CA6DC5
RGB
CMYK
RGB Variations
Color information
#CA6DC5 (or 0xCA6DC5) is known color: Orchid. HEX triplet: CA, 6D and C5. RGB value is (202,109,197). Sum of RGB (Red+Green+Blue) = 202+109+197=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DC5 is #35923A. Grayscale: #929292. Windows color (decimal): -3510843 or 12938698. OLE color: 12938698.
HSL color Cylindrical-coordinate representation of color #CA6DC5: hue angle of 303.23º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA6DC5 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 109 | 197 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.21 |
| HSL | 303.23º | 0.47% | 0.61% | - |
| HSV(B) | 303.23º | 0.46% | 0.79% | - |
| XYZ | 39.9 | 27.53 | 56.03 | - |
| YUV | 146.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 197 | 0 | 0.46 | 0.02 | 0.21 | 303.23 | 0.47 | 0.61 |
| Hex | CA | 6D | C5 | 0 | 2E | 2 | 15 | 12F | 2F | 3D |
| Octal | 312 | 155 | 305 | 0 | 56 | 2 | 25 | 457 | 57 | 75 |
| Binary | 11001010 | 1101101 | 11000101 | 0 | 101110 | 10 | 10101 | 100101111 | 101111 | 111101 |
Color Harmonies of #CA6DC5
Complementary color
Monochromatic Colors of #CA6DC5
Black with #CA6DC5
Text Example
Text Example
White with #CA6DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6DC5; }
p { color: rgb(202,109,197); }
H1.HeaderClassName
{
color: #CA6DC5;
}
.AnyTagClassName
{
color: #CA6DC5;
}
</style>
background-color css
<style>
a { background-color: #CA6DC5; }
a { background-color: rgb(202,109,197); }
div.DivClassName
{
background-color: #CA6DC5;
}
.BgClassName
{
background-color: #CA6DC5;
}
</style>
border-color css
<style>
span { border-color: #CA6DC5; }
span { border-color: rgb(202,109,197); }
td.TdClassName
{
border-color: #CA6DC5;
}
.TagClassName
{
border-color: #CA6DC5;
}
</style>