Shades of Orchid #CA6DC8
Tints of Orchid #CA6DC8
RGB
CMYK
RGB Variations
Color information
#CA6DC8 (or 0xCA6DC8) is known color: Orchid. HEX triplet: CA, 6D and C8. RGB value is (202,109,200). Sum of RGB (Red+Green+Blue) = 202+109+200=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DC8 is #359237. Grayscale: #929292. Windows color (decimal): -3510840 or 13135306. OLE color: 13135306.
HSL color Cylindrical-coordinate representation of color #CA6DC8: hue angle of 301.29º 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 #CA6DC8 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 109 | 200 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.21 |
| HSL | 301.29º | 0.47% | 0.61% | - |
| HSV(B) | 301.29º | 0.46% | 0.79% | - |
| XYZ | 40.25 | 27.66 | 57.86 | - |
| YUV | 147.18 | 157.81 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 200 | 0 | 0.46 | 0.01 | 0.21 | 301.29 | 0.47 | 0.61 |
| Hex | CA | 6D | C8 | 0 | 2E | 1 | 15 | 12D | 2F | 3D |
| Octal | 312 | 155 | 310 | 0 | 56 | 1 | 25 | 455 | 57 | 75 |
| Binary | 11001010 | 1101101 | 11001000 | 0 | 101110 | 1 | 10101 | 100101101 | 101111 | 111101 |
Color Harmonies of #CA6DC8
Complementary color
Monochromatic Colors of #CA6DC8
Black with #CA6DC8
Text Example
Text Example
White with #CA6DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6DC8; }
p { color: rgb(202,109,200); }
H1.HeaderClassName
{
color: #CA6DC8;
}
.AnyTagClassName
{
color: #CA6DC8;
}
</style>
background-color css
<style>
a { background-color: #CA6DC8; }
a { background-color: rgb(202,109,200); }
div.DivClassName
{
background-color: #CA6DC8;
}
.BgClassName
{
background-color: #CA6DC8;
}
</style>
border-color css
<style>
span { border-color: #CA6DC8; }
span { border-color: rgb(202,109,200); }
td.TdClassName
{
border-color: #CA6DC8;
}
.TagClassName
{
border-color: #CA6DC8;
}
</style>