Shades of Orchid #CA69E3
Tints of Orchid #CA69E3
RGB
CMYK
RGB Variations
Color information
#CA69E3 (or 0xCA69E3) is known color: Orchid. HEX triplet: CA, 69 and E3. RGB value is (202,105,227). Sum of RGB (Red+Green+Blue) = 202+105+227=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 227 (89.06% from 255 or 42.51% from 534); Max value from RGB is 227 - color contains mainly: blue. Hex color #CA69E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69E3 is #35961C. Grayscale: #939393. Windows color (decimal): -3511837 or 14903754. OLE color: 14903754.
HSL color Cylindrical-coordinate representation of color #CA69E3: hue angle of 287.7º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA69E3 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 105 | 227 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.11 |
| HSL | 287.7º | 0.69% | 0.65% | - |
| HSV(B) | 287.7º | 0.54% | 0.89% | - |
| XYZ | 43.27 | 28.21 | 75.84 | - |
| YUV | 147.91 | 172.64 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 227 | 0.11 | 0.54 | 0 | 0.11 | 287.7 | 0.69 | 0.65 |
| Hex | CA | 69 | E3 | B | 36 | 0 | B | 120 | 45 | 41 |
| Octal | 312 | 151 | 343 | 13 | 66 | 0 | 13 | 440 | 105 | 101 |
| Binary | 11001010 | 1101001 | 11100011 | 1011 | 110110 | 0 | 1011 | 100100000 | 1000101 | 1000001 |
Color Harmonies of #CA69E3
Complementary color
Monochromatic Colors of #CA69E3
Black with #CA69E3
Text Example
Text Example
White with #CA69E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA69E3; }
p { color: rgb(202,105,227); }
H1.HeaderClassName
{
color: #CA69E3;
}
.AnyTagClassName
{
color: #CA69E3;
}
</style>
background-color css
<style>
a { background-color: #CA69E3; }
a { background-color: rgb(202,105,227); }
div.DivClassName
{
background-color: #CA69E3;
}
.BgClassName
{
background-color: #CA69E3;
}
</style>
border-color css
<style>
span { border-color: #CA69E3; }
span { border-color: rgb(202,105,227); }
td.TdClassName
{
border-color: #CA69E3;
}
.TagClassName
{
border-color: #CA69E3;
}
</style>