Shades of Orchid #CA7FC5
Tints of Orchid #CA7FC5
RGB
CMYK
RGB Variations
Color information
#CA7FC5 (or 0xCA7FC5) is known color: Orchid. HEX triplet: CA, 7F and C5. RGB value is (202,127,197). Sum of RGB (Red+Green+Blue) = 202+127+197=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FC5 is #35803A. Grayscale: #9D9D9D. Windows color (decimal): -3506235 or 12943306. OLE color: 12943306.
HSL color Cylindrical-coordinate representation of color #CA7FC5: hue angle of 304º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA7FC5 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 197 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.21 |
| HSL | 304º | 0.41% | 0.65% | - |
| HSV(B) | 304º | 0.37% | 0.79% | - |
| XYZ | 42.02 | 31.77 | 56.74 | - |
| YUV | 157.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 197 | 0 | 0.37 | 0.02 | 0.21 | 304 | 0.41 | 0.65 |
| Hex | CA | 7F | C5 | 0 | 25 | 2 | 15 | 130 | 29 | 41 |
| Octal | 312 | 177 | 305 | 0 | 45 | 2 | 25 | 460 | 51 | 101 |
| Binary | 11001010 | 1111111 | 11000101 | 0 | 100101 | 10 | 10101 | 100110000 | 101001 | 1000001 |
Color Harmonies of #CA7FC5
Complementary color
Monochromatic Colors of #CA7FC5
Black with #CA7FC5
Text Example
Text Example
White with #CA7FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7FC5; }
p { color: rgb(202,127,197); }
H1.HeaderClassName
{
color: #CA7FC5;
}
.AnyTagClassName
{
color: #CA7FC5;
}
</style>
background-color css
<style>
a { background-color: #CA7FC5; }
a { background-color: rgb(202,127,197); }
div.DivClassName
{
background-color: #CA7FC5;
}
.BgClassName
{
background-color: #CA7FC5;
}
</style>
border-color css
<style>
span { border-color: #CA7FC5; }
span { border-color: rgb(202,127,197); }
td.TdClassName
{
border-color: #CA7FC5;
}
.TagClassName
{
border-color: #CA7FC5;
}
</style>