Shades of Orchid #CA6ECB
Tints of Orchid #CA6ECB
RGB
CMYK
RGB Variations
Color information
#CA6ECB (or 0xCA6ECB) is known color: Orchid. HEX triplet: CA, 6E and CB. RGB value is (202,110,203). Sum of RGB (Red+Green+Blue) = 202+110+203=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA6ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6ECB is #359134. Grayscale: #939393. Windows color (decimal): -3510581 or 13332170. OLE color: 13332170.
HSL color Cylindrical-coordinate representation of color #CA6ECB: hue angle of 299.35º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA6ECB is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 110 | 203 | - |
| CMYK | 0.00 | 0.46 | 0 | 0.20 |
| HSL | 299.35º | 0.47% | 0.61% | - |
| HSV(B) | 299.35º | 0.46% | 0.8% | - |
| XYZ | 40.71 | 28.02 | 59.76 | - |
| YUV | 148.11 | 158.98 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 203 | 0.00 | 0.46 | 0 | 0.20 | 299.35 | 0.47 | 0.61 |
| Hex | CA | 6E | CB | 0 | 2E | 0 | 14 | 12B | 2F | 3D |
| Octal | 312 | 156 | 313 | 0 | 56 | 0 | 24 | 453 | 57 | 75 |
| Binary | 11001010 | 1101110 | 11001011 | 0 | 101110 | 0 | 10100 | 100101011 | 101111 | 111101 |
Color Harmonies of #CA6ECB
Complementary color
Monochromatic Colors of #CA6ECB
Black with #CA6ECB
Text Example
Text Example
White with #CA6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6ECB; }
p { color: rgb(202,110,203); }
H1.HeaderClassName
{
color: #CA6ECB;
}
.AnyTagClassName
{
color: #CA6ECB;
}
</style>
background-color css
<style>
a { background-color: #CA6ECB; }
a { background-color: rgb(202,110,203); }
div.DivClassName
{
background-color: #CA6ECB;
}
.BgClassName
{
background-color: #CA6ECB;
}
</style>
border-color css
<style>
span { border-color: #CA6ECB; }
span { border-color: rgb(202,110,203); }
td.TdClassName
{
border-color: #CA6ECB;
}
.TagClassName
{
border-color: #CA6ECB;
}
</style>