Shades of Orchid #CA68CD
Tints of Orchid #CA68CD
RGB
CMYK
RGB Variations
Color information
#CA68CD (or 0xCA68CD) is known color: Orchid. HEX triplet: CA, 68 and CD. RGB value is (202,104,205). Sum of RGB (Red+Green+Blue) = 202+104+205=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA68CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68CD is #359732. Grayscale: #909090. Windows color (decimal): -3512115 or 13461706. OLE color: 13461706.
HSL color Cylindrical-coordinate representation of color #CA68CD: hue angle of 298.22º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA68CD is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 104 | 205 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.20 |
| HSL | 298.22º | 0.5% | 0.61% | - |
| HSV(B) | 298.22º | 0.49% | 0.8% | - |
| XYZ | 40.33 | 26.86 | 60.82 | - |
| YUV | 144.82 | 161.97 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 205 | 0.01 | 0.49 | 0 | 0.20 | 298.22 | 0.5 | 0.61 |
| Hex | CA | 68 | CD | 1 | 31 | 0 | 14 | 12A | 32 | 3D |
| Octal | 312 | 150 | 315 | 1 | 61 | 0 | 24 | 452 | 62 | 75 |
| Binary | 11001010 | 1101000 | 11001101 | 1 | 110001 | 0 | 10100 | 100101010 | 110010 | 111101 |
Color Harmonies of #CA68CD
Complementary color
Monochromatic Colors of #CA68CD
Black with #CA68CD
Text Example
Text Example
White with #CA68CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68CD; }
p { color: rgb(202,104,205); }
H1.HeaderClassName
{
color: #CA68CD;
}
.AnyTagClassName
{
color: #CA68CD;
}
</style>
background-color css
<style>
a { background-color: #CA68CD; }
a { background-color: rgb(202,104,205); }
div.DivClassName
{
background-color: #CA68CD;
}
.BgClassName
{
background-color: #CA68CD;
}
</style>
border-color css
<style>
span { border-color: #CA68CD; }
span { border-color: rgb(202,104,205); }
td.TdClassName
{
border-color: #CA68CD;
}
.TagClassName
{
border-color: #CA68CD;
}
</style>