Shades of Orchid #CA7EDE
Tints of Orchid #CA7EDE
RGB
CMYK
RGB Variations
Color information
#CA7EDE (or 0xCA7EDE) is known color: Orchid. HEX triplet: CA, 7E and DE. RGB value is (202,126,222). Sum of RGB (Red+Green+Blue) = 202+126+222=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA7EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7EDE is #358121. Grayscale: #9F9F9F. Windows color (decimal): -3506466 or 14581450. OLE color: 14581450.
HSL color Cylindrical-coordinate representation of color #CA7EDE: hue angle of 287.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA7EDE is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 126 | 222 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.13 |
| HSL | 287.5º | 0.59% | 0.68% | - |
| HSV(B) | 287.5º | 0.43% | 0.87% | - |
| XYZ | 45 | 32.75 | 73.06 | - |
| YUV | 159.67 | 163.18 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 222 | 0.09 | 0.43 | 0 | 0.13 | 287.5 | 0.59 | 0.68 |
| Hex | CA | 7E | DE | 9 | 2B | 0 | D | 120 | 3B | 44 |
| Octal | 312 | 176 | 336 | 11 | 53 | 0 | 15 | 440 | 73 | 104 |
| Binary | 11001010 | 1111110 | 11011110 | 1001 | 101011 | 0 | 1101 | 100100000 | 111011 | 1000100 |
Color Harmonies of #CA7EDE
Complementary color
Monochromatic Colors of #CA7EDE
Black with #CA7EDE
Text Example
Text Example
White with #CA7EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7EDE; }
p { color: rgb(202,126,222); }
H1.HeaderClassName
{
color: #CA7EDE;
}
.AnyTagClassName
{
color: #CA7EDE;
}
</style>
background-color css
<style>
a { background-color: #CA7EDE; }
a { background-color: rgb(202,126,222); }
div.DivClassName
{
background-color: #CA7EDE;
}
.BgClassName
{
background-color: #CA7EDE;
}
</style>
border-color css
<style>
span { border-color: #CA7EDE; }
span { border-color: rgb(202,126,222); }
td.TdClassName
{
border-color: #CA7EDE;
}
.TagClassName
{
border-color: #CA7EDE;
}
</style>