Shades of Orchid #CA69E1
Tints of Orchid #CA69E1
RGB
CMYK
RGB Variations
Color information
#CA69E1 (or 0xCA69E1) is known color: Orchid. HEX triplet: CA, 69 and E1. RGB value is (202,105,225). Sum of RGB (Red+Green+Blue) = 202+105+225=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA69E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69E1 is #35961E. Grayscale: #939393. Windows color (decimal): -3511839 or 14772682. OLE color: 14772682.
HSL color Cylindrical-coordinate representation of color #CA69E1: hue angle of 288.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA69E1 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 105 | 225 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.12 |
| HSL | 288.5º | 0.67% | 0.65% | - |
| HSV(B) | 288.5º | 0.53% | 0.88% | - |
| XYZ | 43 | 28.1 | 74.39 | - |
| YUV | 147.68 | 171.64 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 225 | 0.10 | 0.53 | 0 | 0.12 | 288.5 | 0.67 | 0.65 |
| Hex | CA | 69 | E1 | A | 35 | 0 | C | 120 | 43 | 41 |
| Octal | 312 | 151 | 341 | 12 | 65 | 0 | 14 | 440 | 103 | 101 |
| Binary | 11001010 | 1101001 | 11100001 | 1010 | 110101 | 0 | 1100 | 100100000 | 1000011 | 1000001 |
Color Harmonies of #CA69E1
Complementary color
Monochromatic Colors of #CA69E1
Black with #CA69E1
Text Example
Text Example
White with #CA69E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA69E1; }
p { color: rgb(202,105,225); }
H1.HeaderClassName
{
color: #CA69E1;
}
.AnyTagClassName
{
color: #CA69E1;
}
</style>
background-color css
<style>
a { background-color: #CA69E1; }
a { background-color: rgb(202,105,225); }
div.DivClassName
{
background-color: #CA69E1;
}
.BgClassName
{
background-color: #CA69E1;
}
</style>
border-color css
<style>
span { border-color: #CA69E1; }
span { border-color: rgb(202,105,225); }
td.TdClassName
{
border-color: #CA69E1;
}
.TagClassName
{
border-color: #CA69E1;
}
</style>