Shades of Orchid #CA68E0
Tints of Orchid #CA68E0
RGB
CMYK
RGB Variations
Color information
#CA68E0 (or 0xCA68E0) is known color: Orchid. HEX triplet: CA, 68 and E0. RGB value is (202,104,224). Sum of RGB (Red+Green+Blue) = 202+104+224=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA68E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68E0 is #35971F. Grayscale: #929292. Windows color (decimal): -3512096 or 14706890. OLE color: 14706890.
HSL color Cylindrical-coordinate representation of color #CA68E0: hue angle of 289º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA68E0 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 104 | 224 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.12 |
| HSL | 289º | 0.66% | 0.64% | - |
| HSV(B) | 289º | 0.54% | 0.88% | - |
| XYZ | 42.76 | 27.84 | 73.64 | - |
| YUV | 146.98 | 171.47 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 224 | 0.10 | 0.54 | 0 | 0.12 | 289 | 0.66 | 0.64 |
| Hex | CA | 68 | E0 | A | 36 | 0 | C | 121 | 42 | 40 |
| Octal | 312 | 150 | 340 | 12 | 66 | 0 | 14 | 441 | 102 | 100 |
| Binary | 11001010 | 1101000 | 11100000 | 1010 | 110110 | 0 | 1100 | 100100001 | 1000010 | 1000000 |
Color Harmonies of #CA68E0
Complementary color
Monochromatic Colors of #CA68E0
Black with #CA68E0
Text Example
Text Example
White with #CA68E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68E0; }
p { color: rgb(202,104,224); }
H1.HeaderClassName
{
color: #CA68E0;
}
.AnyTagClassName
{
color: #CA68E0;
}
</style>
background-color css
<style>
a { background-color: #CA68E0; }
a { background-color: rgb(202,104,224); }
div.DivClassName
{
background-color: #CA68E0;
}
.BgClassName
{
background-color: #CA68E0;
}
</style>
border-color css
<style>
span { border-color: #CA68E0; }
span { border-color: rgb(202,104,224); }
td.TdClassName
{
border-color: #CA68E0;
}
.TagClassName
{
border-color: #CA68E0;
}
</style>