Shades of Orchid #CA6BCD
Tints of Orchid #CA6BCD
RGB
CMYK
RGB Variations
Color information
#CA6BCD (or 0xCA6BCD) is known color: Orchid. HEX triplet: CA, 6B and CD. RGB value is (202,107,205). Sum of RGB (Red+Green+Blue) = 202+107+205=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA6BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BCD is #359432. Grayscale: #929292. Windows color (decimal): -3511347 or 13462474. OLE color: 13462474.
HSL color Cylindrical-coordinate representation of color #CA6BCD: hue angle of 298.16º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6BCD is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 107 | 205 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.20 |
| HSL | 298.16º | 0.49% | 0.61% | - |
| HSV(B) | 298.16º | 0.48% | 0.8% | - |
| XYZ | 40.63 | 27.48 | 60.92 | - |
| YUV | 146.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 205 | 0.01 | 0.48 | 0 | 0.20 | 298.16 | 0.49 | 0.61 |
| Hex | CA | 6B | CD | 1 | 30 | 0 | 14 | 12A | 31 | 3D |
| Octal | 312 | 153 | 315 | 1 | 60 | 0 | 24 | 452 | 61 | 75 |
| Binary | 11001010 | 1101011 | 11001101 | 1 | 110000 | 0 | 10100 | 100101010 | 110001 | 111101 |
Color Harmonies of #CA6BCD
Complementary color
Monochromatic Colors of #CA6BCD
Black with #CA6BCD
Text Example
Text Example
White with #CA6BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6BCD; }
p { color: rgb(202,107,205); }
H1.HeaderClassName
{
color: #CA6BCD;
}
.AnyTagClassName
{
color: #CA6BCD;
}
</style>
background-color css
<style>
a { background-color: #CA6BCD; }
a { background-color: rgb(202,107,205); }
div.DivClassName
{
background-color: #CA6BCD;
}
.BgClassName
{
background-color: #CA6BCD;
}
</style>
border-color css
<style>
span { border-color: #CA6BCD; }
span { border-color: rgb(202,107,205); }
td.TdClassName
{
border-color: #CA6BCD;
}
.TagClassName
{
border-color: #CA6BCD;
}
</style>