Shades of Orchid #CA7DCB
Tints of Orchid #CA7DCB
RGB
CMYK
RGB Variations
Color information
#CA7DCB (or 0xCA7DCB) is known color: Orchid. HEX triplet: CA, 7D and CB. RGB value is (202,125,203). Sum of RGB (Red+Green+Blue) = 202+125+203=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA7DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DCB is #358234. Grayscale: #9C9C9C. Windows color (decimal): -3506741 or 13336010. OLE color: 13336010.
HSL color Cylindrical-coordinate representation of color #CA7DCB: hue angle of 299.23º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7DCB is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 125 | 203 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.20 |
| HSL | 299.23º | 0.43% | 0.64% | - |
| HSV(B) | 299.23º | 0.38% | 0.8% | - |
| XYZ | 42.47 | 31.54 | 60.35 | - |
| YUV | 156.92 | 154.01 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 203 | 0.00 | 0.38 | 0 | 0.20 | 299.23 | 0.43 | 0.64 |
| Hex | CA | 7D | CB | 0 | 26 | 0 | 14 | 12B | 2B | 40 |
| Octal | 312 | 175 | 313 | 0 | 46 | 0 | 24 | 453 | 53 | 100 |
| Binary | 11001010 | 1111101 | 11001011 | 0 | 100110 | 0 | 10100 | 100101011 | 101011 | 1000000 |
Color Harmonies of #CA7DCB
Complementary color
Monochromatic Colors of #CA7DCB
Black with #CA7DCB
Text Example
Text Example
White with #CA7DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7DCB; }
p { color: rgb(202,125,203); }
H1.HeaderClassName
{
color: #CA7DCB;
}
.AnyTagClassName
{
color: #CA7DCB;
}
</style>
background-color css
<style>
a { background-color: #CA7DCB; }
a { background-color: rgb(202,125,203); }
div.DivClassName
{
background-color: #CA7DCB;
}
.BgClassName
{
background-color: #CA7DCB;
}
</style>
border-color css
<style>
span { border-color: #CA7DCB; }
span { border-color: rgb(202,125,203); }
td.TdClassName
{
border-color: #CA7DCB;
}
.TagClassName
{
border-color: #CA7DCB;
}
</style>