Shades of Orchid #CA66D5
Tints of Orchid #CA66D5
RGB
CMYK
RGB Variations
Color information
#CA66D5 (or 0xCA66D5) is known color: Orchid. HEX triplet: CA, 66 and D5. RGB value is (202,102,213). Sum of RGB (Red+Green+Blue) = 202+102+213=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA66D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66D5 is #35992A. Grayscale: #909090. Windows color (decimal): -3512619 or 13985482. OLE color: 13985482.
HSL color Cylindrical-coordinate representation of color #CA66D5: hue angle of 294.05º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA66D5 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 102 | 213 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.16 |
| HSL | 294.05º | 0.57% | 0.62% | - |
| HSV(B) | 294.05º | 0.52% | 0.84% | - |
| XYZ | 41.12 | 26.86 | 65.97 | - |
| YUV | 144.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 213 | 0.05 | 0.52 | 0 | 0.16 | 294.05 | 0.57 | 0.62 |
| Hex | CA | 66 | D5 | 5 | 34 | 0 | 10 | 126 | 39 | 3E |
| Octal | 312 | 146 | 325 | 5 | 64 | 0 | 20 | 446 | 71 | 76 |
| Binary | 11001010 | 1100110 | 11010101 | 101 | 110100 | 0 | 10000 | 100100110 | 111001 | 111110 |
Color Harmonies of #CA66D5
Complementary color
Monochromatic Colors of #CA66D5
Black with #CA66D5
Text Example
Text Example
White with #CA66D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA66D5; }
p { color: rgb(202,102,213); }
H1.HeaderClassName
{
color: #CA66D5;
}
.AnyTagClassName
{
color: #CA66D5;
}
</style>
background-color css
<style>
a { background-color: #CA66D5; }
a { background-color: rgb(202,102,213); }
div.DivClassName
{
background-color: #CA66D5;
}
.BgClassName
{
background-color: #CA66D5;
}
</style>
border-color css
<style>
span { border-color: #CA66D5; }
span { border-color: rgb(202,102,213); }
td.TdClassName
{
border-color: #CA66D5;
}
.TagClassName
{
border-color: #CA66D5;
}
</style>