Shades of Orchid #CA6BDC
Tints of Orchid #CA6BDC
RGB
CMYK
RGB Variations
Color information
#CA6BDC (or 0xCA6BDC) is known color: Orchid. HEX triplet: CA, 6B and DC. RGB value is (202,107,220). Sum of RGB (Red+Green+Blue) = 202+107+220=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA6BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BDC is #359423. Grayscale: #939393. Windows color (decimal): -3511332 or 14445514. OLE color: 14445514.
HSL color Cylindrical-coordinate representation of color #CA6BDC: hue angle of 290.44º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA6BDC is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 107 | 220 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.14 |
| HSL | 290.44º | 0.62% | 0.64% | - |
| HSV(B) | 290.44º | 0.51% | 0.86% | - |
| XYZ | 42.53 | 28.24 | 70.92 | - |
| YUV | 148.29 | 168.47 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 220 | 0.08 | 0.51 | 0 | 0.14 | 290.44 | 0.62 | 0.64 |
| Hex | CA | 6B | DC | 8 | 33 | 0 | E | 122 | 3E | 40 |
| Octal | 312 | 153 | 334 | 10 | 63 | 0 | 16 | 442 | 76 | 100 |
| Binary | 11001010 | 1101011 | 11011100 | 1000 | 110011 | 0 | 1110 | 100100010 | 111110 | 1000000 |
Color Harmonies of #CA6BDC
Complementary color
Monochromatic Colors of #CA6BDC
Black with #CA6BDC
Text Example
Text Example
White with #CA6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6BDC; }
p { color: rgb(202,107,220); }
H1.HeaderClassName
{
color: #CA6BDC;
}
.AnyTagClassName
{
color: #CA6BDC;
}
</style>
background-color css
<style>
a { background-color: #CA6BDC; }
a { background-color: rgb(202,107,220); }
div.DivClassName
{
background-color: #CA6BDC;
}
.BgClassName
{
background-color: #CA6BDC;
}
</style>
border-color css
<style>
span { border-color: #CA6BDC; }
span { border-color: rgb(202,107,220); }
td.TdClassName
{
border-color: #CA6BDC;
}
.TagClassName
{
border-color: #CA6BDC;
}
</style>