Shades of Orchid #CA69DA
Tints of Orchid #CA69DA
RGB
CMYK
RGB Variations
Color information
#CA69DA (or 0xCA69DA) is known color: Orchid. HEX triplet: CA, 69 and DA. RGB value is (202,105,218). Sum of RGB (Red+Green+Blue) = 202+105+218=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA69DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69DA is #359625. Grayscale: #929292. Windows color (decimal): -3511846 or 14313930. OLE color: 14313930.
HSL color Cylindrical-coordinate representation of color #CA69DA: hue angle of 291.5º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA69DA is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 105 | 218 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.15 |
| HSL | 291.5º | 0.6% | 0.63% | - |
| HSV(B) | 291.5º | 0.52% | 0.85% | - |
| XYZ | 42.06 | 27.72 | 69.46 | - |
| YUV | 146.89 | 168.14 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 218 | 0.07 | 0.52 | 0 | 0.15 | 291.5 | 0.6 | 0.63 |
| Hex | CA | 69 | DA | 7 | 34 | 0 | F | 124 | 3C | 3F |
| Octal | 312 | 151 | 332 | 7 | 64 | 0 | 17 | 444 | 74 | 77 |
| Binary | 11001010 | 1101001 | 11011010 | 111 | 110100 | 0 | 1111 | 100100100 | 111100 | 111111 |
Color Harmonies of #CA69DA
Complementary color
Monochromatic Colors of #CA69DA
Black with #CA69DA
Text Example
Text Example
White with #CA69DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA69DA; }
p { color: rgb(202,105,218); }
H1.HeaderClassName
{
color: #CA69DA;
}
.AnyTagClassName
{
color: #CA69DA;
}
</style>
background-color css
<style>
a { background-color: #CA69DA; }
a { background-color: rgb(202,105,218); }
div.DivClassName
{
background-color: #CA69DA;
}
.BgClassName
{
background-color: #CA69DA;
}
</style>
border-color css
<style>
span { border-color: #CA69DA; }
span { border-color: rgb(202,105,218); }
td.TdClassName
{
border-color: #CA69DA;
}
.TagClassName
{
border-color: #CA69DA;
}
</style>