Shades of Orchid #CA7CCB
Tints of Orchid #CA7CCB
RGB
CMYK
RGB Variations
Color information
#CA7CCB (or 0xCA7CCB) is known color: Orchid. HEX triplet: CA, 7C and CB. RGB value is (202,124,203). Sum of RGB (Red+Green+Blue) = 202+124+203=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA7CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CCB is #358334. Grayscale: #9C9C9C. Windows color (decimal): -3506997 or 13335754. OLE color: 13335754.
HSL color Cylindrical-coordinate representation of color #CA7CCB: hue angle of 299.24º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7CCB is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 124 | 203 | - |
| CMYK | 0.00 | 0.39 | 0 | 0.20 |
| HSL | 299.24º | 0.43% | 0.64% | - |
| HSV(B) | 299.24º | 0.39% | 0.8% | - |
| XYZ | 42.34 | 31.28 | 60.31 | - |
| YUV | 156.33 | 154.34 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 203 | 0.00 | 0.39 | 0 | 0.20 | 299.24 | 0.43 | 0.64 |
| Hex | CA | 7C | CB | 0 | 27 | 0 | 14 | 12B | 2B | 40 |
| Octal | 312 | 174 | 313 | 0 | 47 | 0 | 24 | 453 | 53 | 100 |
| Binary | 11001010 | 1111100 | 11001011 | 0 | 100111 | 0 | 10100 | 100101011 | 101011 | 1000000 |
Color Harmonies of #CA7CCB
Complementary color
Monochromatic Colors of #CA7CCB
Black with #CA7CCB
Text Example
Text Example
White with #CA7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7CCB; }
p { color: rgb(202,124,203); }
H1.HeaderClassName
{
color: #CA7CCB;
}
.AnyTagClassName
{
color: #CA7CCB;
}
</style>
background-color css
<style>
a { background-color: #CA7CCB; }
a { background-color: rgb(202,124,203); }
div.DivClassName
{
background-color: #CA7CCB;
}
.BgClassName
{
background-color: #CA7CCB;
}
</style>
border-color css
<style>
span { border-color: #CA7CCB; }
span { border-color: rgb(202,124,203); }
td.TdClassName
{
border-color: #CA7CCB;
}
.TagClassName
{
border-color: #CA7CCB;
}
</style>