Shades of Orchid #CA6CDC
Tints of Orchid #CA6CDC
RGB
CMYK
RGB Variations
Color information
#CA6CDC (or 0xCA6CDC) is known color: Orchid. HEX triplet: CA, 6C and DC. RGB value is (202,108,220). Sum of RGB (Red+Green+Blue) = 202+108+220=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA6CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CDC is #359323. Grayscale: #949494. Windows color (decimal): -3511076 or 14445770. OLE color: 14445770.
HSL color Cylindrical-coordinate representation of color #CA6CDC: hue angle of 290.36º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA6CDC is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 108 | 220 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.14 |
| HSL | 290.36º | 0.62% | 0.64% | - |
| HSV(B) | 290.36º | 0.51% | 0.86% | - |
| XYZ | 42.64 | 28.45 | 70.95 | - |
| YUV | 148.87 | 168.14 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 220 | 0.08 | 0.51 | 0 | 0.14 | 290.36 | 0.62 | 0.64 |
| Hex | CA | 6C | DC | 8 | 33 | 0 | E | 122 | 3E | 40 |
| Octal | 312 | 154 | 334 | 10 | 63 | 0 | 16 | 442 | 76 | 100 |
| Binary | 11001010 | 1101100 | 11011100 | 1000 | 110011 | 0 | 1110 | 100100010 | 111110 | 1000000 |
Color Harmonies of #CA6CDC
Complementary color
Monochromatic Colors of #CA6CDC
Black with #CA6CDC
Text Example
Text Example
White with #CA6CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6CDC; }
p { color: rgb(202,108,220); }
H1.HeaderClassName
{
color: #CA6CDC;
}
.AnyTagClassName
{
color: #CA6CDC;
}
</style>
background-color css
<style>
a { background-color: #CA6CDC; }
a { background-color: rgb(202,108,220); }
div.DivClassName
{
background-color: #CA6CDC;
}
.BgClassName
{
background-color: #CA6CDC;
}
</style>
border-color css
<style>
span { border-color: #CA6CDC; }
span { border-color: rgb(202,108,220); }
td.TdClassName
{
border-color: #CA6CDC;
}
.TagClassName
{
border-color: #CA6CDC;
}
</style>