Shades of Orchid #CA69DE
Tints of Orchid #CA69DE
RGB
CMYK
RGB Variations
Color information
#CA69DE (or 0xCA69DE) is known color: Orchid. HEX triplet: CA, 69 and DE. RGB value is (202,105,222). Sum of RGB (Red+Green+Blue) = 202+105+222=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA69DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69DE is #359621. Grayscale: #929292. Windows color (decimal): -3511842 or 14576074. OLE color: 14576074.
HSL color Cylindrical-coordinate representation of color #CA69DE: hue angle of 289.74º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA69DE is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 105 | 222 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.13 |
| HSL | 289.74º | 0.64% | 0.64% | - |
| HSV(B) | 289.74º | 0.53% | 0.87% | - |
| XYZ | 42.59 | 27.93 | 72.25 | - |
| YUV | 147.34 | 170.14 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 222 | 0.09 | 0.53 | 0 | 0.13 | 289.74 | 0.64 | 0.64 |
| Hex | CA | 69 | DE | 9 | 35 | 0 | D | 122 | 40 | 40 |
| Octal | 312 | 151 | 336 | 11 | 65 | 0 | 15 | 442 | 100 | 100 |
| Binary | 11001010 | 1101001 | 11011110 | 1001 | 110101 | 0 | 1101 | 100100010 | 1000000 | 1000000 |
Color Harmonies of #CA69DE
Complementary color
Monochromatic Colors of #CA69DE
Black with #CA69DE
Text Example
Text Example
White with #CA69DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA69DE; }
p { color: rgb(202,105,222); }
H1.HeaderClassName
{
color: #CA69DE;
}
.AnyTagClassName
{
color: #CA69DE;
}
</style>
background-color css
<style>
a { background-color: #CA69DE; }
a { background-color: rgb(202,105,222); }
div.DivClassName
{
background-color: #CA69DE;
}
.BgClassName
{
background-color: #CA69DE;
}
</style>
border-color css
<style>
span { border-color: #CA69DE; }
span { border-color: rgb(202,105,222); }
td.TdClassName
{
border-color: #CA69DE;
}
.TagClassName
{
border-color: #CA69DE;
}
</style>