Shades of Orchid #CA68D1
Tints of Orchid #CA68D1
RGB
CMYK
RGB Variations
Color information
#CA68D1 (or 0xCA68D1) is known color: Orchid. HEX triplet: CA, 68 and D1. RGB value is (202,104,209). Sum of RGB (Red+Green+Blue) = 202+104+209=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA68D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68D1 is #35972E. Grayscale: #909090. Windows color (decimal): -3512111 or 13723850. OLE color: 13723850.
HSL color Cylindrical-coordinate representation of color #CA68D1: hue angle of 296º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA68D1 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 104 | 209 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.18 |
| HSL | 296º | 0.53% | 0.61% | - |
| HSV(B) | 296º | 0.5% | 0.82% | - |
| XYZ | 40.82 | 27.06 | 63.39 | - |
| YUV | 145.27 | 163.97 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 209 | 0.03 | 0.50 | 0 | 0.18 | 296 | 0.53 | 0.61 |
| Hex | CA | 68 | D1 | 3 | 32 | 0 | 12 | 128 | 35 | 3D |
| Octal | 312 | 150 | 321 | 3 | 62 | 0 | 22 | 450 | 65 | 75 |
| Binary | 11001010 | 1101000 | 11010001 | 11 | 110010 | 0 | 10010 | 100101000 | 110101 | 111101 |
Color Harmonies of #CA68D1
Complementary color
Monochromatic Colors of #CA68D1
Black with #CA68D1
Text Example
Text Example
White with #CA68D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68D1; }
p { color: rgb(202,104,209); }
H1.HeaderClassName
{
color: #CA68D1;
}
.AnyTagClassName
{
color: #CA68D1;
}
</style>
background-color css
<style>
a { background-color: #CA68D1; }
a { background-color: rgb(202,104,209); }
div.DivClassName
{
background-color: #CA68D1;
}
.BgClassName
{
background-color: #CA68D1;
}
</style>
border-color css
<style>
span { border-color: #CA68D1; }
span { border-color: rgb(202,104,209); }
td.TdClassName
{
border-color: #CA68D1;
}
.TagClassName
{
border-color: #CA68D1;
}
</style>