Shades of Orchid #CA6ADF
Tints of Orchid #CA6ADF
RGB
CMYK
RGB Variations
Color information
#CA6ADF (or 0xCA6ADF) is known color: Orchid. HEX triplet: CA, 6A and DF. RGB value is (202,106,223). Sum of RGB (Red+Green+Blue) = 202+106+223=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA6ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6ADF is #359520. Grayscale: #939393. Windows color (decimal): -3511585 or 14641866. OLE color: 14641866.
HSL color Cylindrical-coordinate representation of color #CA6ADF: hue angle of 289.23º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6ADF is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 106 | 223 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.13 |
| HSL | 289.23º | 0.65% | 0.65% | - |
| HSV(B) | 289.23º | 0.52% | 0.87% | - |
| XYZ | 42.83 | 28.19 | 73 | - |
| YUV | 148.04 | 170.3 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 223 | 0.09 | 0.52 | 0 | 0.13 | 289.23 | 0.65 | 0.65 |
| Hex | CA | 6A | DF | 9 | 34 | 0 | D | 121 | 41 | 41 |
| Octal | 312 | 152 | 337 | 11 | 64 | 0 | 15 | 441 | 101 | 101 |
| Binary | 11001010 | 1101010 | 11011111 | 1001 | 110100 | 0 | 1101 | 100100001 | 1000001 | 1000001 |
Color Harmonies of #CA6ADF
Complementary color
Monochromatic Colors of #CA6ADF
Black with #CA6ADF
Text Example
Text Example
White with #CA6ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6ADF; }
p { color: rgb(202,106,223); }
H1.HeaderClassName
{
color: #CA6ADF;
}
.AnyTagClassName
{
color: #CA6ADF;
}
</style>
background-color css
<style>
a { background-color: #CA6ADF; }
a { background-color: rgb(202,106,223); }
div.DivClassName
{
background-color: #CA6ADF;
}
.BgClassName
{
background-color: #CA6ADF;
}
</style>
border-color css
<style>
span { border-color: #CA6ADF; }
span { border-color: rgb(202,106,223); }
td.TdClassName
{
border-color: #CA6ADF;
}
.TagClassName
{
border-color: #CA6ADF;
}
</style>