Shades of Orchid #CA68DC
Tints of Orchid #CA68DC
RGB
CMYK
RGB Variations
Color information
#CA68DC (or 0xCA68DC) is known color: Orchid. HEX triplet: CA, 68 and DC. RGB value is (202,104,220). Sum of RGB (Red+Green+Blue) = 202+104+220=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA68DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68DC is #359723. Grayscale: #929292. Windows color (decimal): -3512100 or 14444746. OLE color: 14444746.
HSL color Cylindrical-coordinate representation of color #CA68DC: hue angle of 290.69º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA68DC is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 104 | 220 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.14 |
| HSL | 290.69º | 0.62% | 0.64% | - |
| HSV(B) | 290.69º | 0.53% | 0.86% | - |
| XYZ | 42.23 | 27.62 | 70.82 | - |
| YUV | 146.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 220 | 0.08 | 0.53 | 0 | 0.14 | 290.69 | 0.62 | 0.64 |
| Hex | CA | 68 | DC | 8 | 35 | 0 | E | 123 | 3E | 40 |
| Octal | 312 | 150 | 334 | 10 | 65 | 0 | 16 | 443 | 76 | 100 |
| Binary | 11001010 | 1101000 | 11011100 | 1000 | 110101 | 0 | 1110 | 100100011 | 111110 | 1000000 |
Color Harmonies of #CA68DC
Complementary color
Monochromatic Colors of #CA68DC
Black with #CA68DC
Text Example
Text Example
White with #CA68DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68DC; }
p { color: rgb(202,104,220); }
H1.HeaderClassName
{
color: #CA68DC;
}
.AnyTagClassName
{
color: #CA68DC;
}
</style>
background-color css
<style>
a { background-color: #CA68DC; }
a { background-color: rgb(202,104,220); }
div.DivClassName
{
background-color: #CA68DC;
}
.BgClassName
{
background-color: #CA68DC;
}
</style>
border-color css
<style>
span { border-color: #CA68DC; }
span { border-color: rgb(202,104,220); }
td.TdClassName
{
border-color: #CA68DC;
}
.TagClassName
{
border-color: #CA68DC;
}
</style>