Shades of Orchid #CA66DA
Tints of Orchid #CA66DA
RGB
CMYK
RGB Variations
Color information
#CA66DA (or 0xCA66DA) is known color: Orchid. HEX triplet: CA, 66 and DA. RGB value is (202,102,218). Sum of RGB (Red+Green+Blue) = 202+102+218=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA66DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66DA is #359925. Grayscale: #909090. Windows color (decimal): -3512614 or 14313162. OLE color: 14313162.
HSL color Cylindrical-coordinate representation of color #CA66DA: hue angle of 291.72º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA66DA is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 102 | 218 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.15 |
| HSL | 291.72º | 0.61% | 0.63% | - |
| HSV(B) | 291.72º | 0.53% | 0.85% | - |
| XYZ | 41.76 | 27.12 | 69.36 | - |
| YUV | 145.12 | 169.13 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 218 | 0.07 | 0.53 | 0 | 0.15 | 291.72 | 0.61 | 0.63 |
| Hex | CA | 66 | DA | 7 | 35 | 0 | F | 124 | 3D | 3F |
| Octal | 312 | 146 | 332 | 7 | 65 | 0 | 17 | 444 | 75 | 77 |
| Binary | 11001010 | 1100110 | 11011010 | 111 | 110101 | 0 | 1111 | 100100100 | 111101 | 111111 |
Color Harmonies of #CA66DA
Complementary color
Monochromatic Colors of #CA66DA
Black with #CA66DA
Text Example
Text Example
White with #CA66DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA66DA; }
p { color: rgb(202,102,218); }
H1.HeaderClassName
{
color: #CA66DA;
}
.AnyTagClassName
{
color: #CA66DA;
}
</style>
background-color css
<style>
a { background-color: #CA66DA; }
a { background-color: rgb(202,102,218); }
div.DivClassName
{
background-color: #CA66DA;
}
.BgClassName
{
background-color: #CA66DA;
}
</style>
border-color css
<style>
span { border-color: #CA66DA; }
span { border-color: rgb(202,102,218); }
td.TdClassName
{
border-color: #CA66DA;
}
.TagClassName
{
border-color: #CA66DA;
}
</style>