Shades of Orchid #CA66CE
Tints of Orchid #CA66CE
RGB
CMYK
RGB Variations
Color information
#CA66CE (or 0xCA66CE) is known color: Orchid. HEX triplet: CA, 66 and CE. RGB value is (202,102,206). Sum of RGB (Red+Green+Blue) = 202+102+206=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA66CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66CE is #359931. Grayscale: #8F8F8F. Windows color (decimal): -3512626 or 13526730. OLE color: 13526730.
HSL color Cylindrical-coordinate representation of color #CA66CE: hue angle of 297.69º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA66CE is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 102 | 206 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.19 |
| HSL | 297.69º | 0.51% | 0.6% | - |
| HSV(B) | 297.69º | 0.5% | 0.81% | - |
| XYZ | 40.25 | 26.52 | 61.39 | - |
| YUV | 143.76 | 163.13 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 206 | 0.02 | 0.50 | 0 | 0.19 | 297.69 | 0.51 | 0.6 |
| Hex | CA | 66 | CE | 2 | 32 | 0 | 13 | 12A | 33 | 3C |
| Octal | 312 | 146 | 316 | 2 | 62 | 0 | 23 | 452 | 63 | 74 |
| Binary | 11001010 | 1100110 | 11001110 | 10 | 110010 | 0 | 10011 | 100101010 | 110011 | 111100 |
Color Harmonies of #CA66CE
Complementary color
Monochromatic Colors of #CA66CE
Black with #CA66CE
Text Example
Text Example
White with #CA66CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA66CE; }
p { color: rgb(202,102,206); }
H1.HeaderClassName
{
color: #CA66CE;
}
.AnyTagClassName
{
color: #CA66CE;
}
</style>
background-color css
<style>
a { background-color: #CA66CE; }
a { background-color: rgb(202,102,206); }
div.DivClassName
{
background-color: #CA66CE;
}
.BgClassName
{
background-color: #CA66CE;
}
</style>
border-color css
<style>
span { border-color: #CA66CE; }
span { border-color: rgb(202,102,206); }
td.TdClassName
{
border-color: #CA66CE;
}
.TagClassName
{
border-color: #CA66CE;
}
</style>