Shades of Orchid #CA66D4
Tints of Orchid #CA66D4
RGB
CMYK
RGB Variations
Color information
#CA66D4 (or 0xCA66D4) is known color: Orchid. HEX triplet: CA, 66 and D4. RGB value is (202,102,212). Sum of RGB (Red+Green+Blue) = 202+102+212=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA66D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66D4 is #35992B. Grayscale: #909090. Windows color (decimal): -3512620 or 13919946. OLE color: 13919946.
HSL color Cylindrical-coordinate representation of color #CA66D4: hue angle of 294.55º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA66D4 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 102 | 212 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.17 |
| HSL | 294.55º | 0.56% | 0.62% | - |
| HSV(B) | 294.55º | 0.52% | 0.83% | - |
| XYZ | 40.99 | 26.81 | 65.3 | - |
| YUV | 144.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 212 | 0.05 | 0.52 | 0 | 0.17 | 294.55 | 0.56 | 0.62 |
| Hex | CA | 66 | D4 | 5 | 34 | 0 | 11 | 127 | 38 | 3E |
| Octal | 312 | 146 | 324 | 5 | 64 | 0 | 21 | 447 | 70 | 76 |
| Binary | 11001010 | 1100110 | 11010100 | 101 | 110100 | 0 | 10001 | 100100111 | 111000 | 111110 |
Color Harmonies of #CA66D4
Complementary color
Monochromatic Colors of #CA66D4
Black with #CA66D4
Text Example
Text Example
White with #CA66D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA66D4; }
p { color: rgb(202,102,212); }
H1.HeaderClassName
{
color: #CA66D4;
}
.AnyTagClassName
{
color: #CA66D4;
}
</style>
background-color css
<style>
a { background-color: #CA66D4; }
a { background-color: rgb(202,102,212); }
div.DivClassName
{
background-color: #CA66D4;
}
.BgClassName
{
background-color: #CA66D4;
}
</style>
border-color css
<style>
span { border-color: #CA66D4; }
span { border-color: rgb(202,102,212); }
td.TdClassName
{
border-color: #CA66D4;
}
.TagClassName
{
border-color: #CA66D4;
}
</style>