Shades of Orchid #CA7FC7
Tints of Orchid #CA7FC7
RGB
CMYK
RGB Variations
Color information
#CA7FC7 (or 0xCA7FC7) is known color: Orchid. HEX triplet: CA, 7F and C7. RGB value is (202,127,199). Sum of RGB (Red+Green+Blue) = 202+127+199=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FC7 is #358038. Grayscale: #9D9D9D. Windows color (decimal): -3506233 or 13074378. OLE color: 13074378.
HSL color Cylindrical-coordinate representation of color #CA7FC7: hue angle of 302.4º 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 #CA7FC7 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 199 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.21 |
| HSL | 302.4º | 0.41% | 0.65% | - |
| HSV(B) | 302.4º | 0.37% | 0.79% | - |
| XYZ | 42.26 | 31.86 | 57.96 | - |
| YUV | 157.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 199 | 0 | 0.37 | 0.01 | 0.21 | 302.4 | 0.41 | 0.65 |
| Hex | CA | 7F | C7 | 0 | 25 | 1 | 15 | 12E | 29 | 41 |
| Octal | 312 | 177 | 307 | 0 | 45 | 1 | 25 | 456 | 51 | 101 |
| Binary | 11001010 | 1111111 | 11000111 | 0 | 100101 | 1 | 10101 | 100101110 | 101001 | 1000001 |
Color Harmonies of #CA7FC7
Complementary color
Monochromatic Colors of #CA7FC7
Black with #CA7FC7
Text Example
Text Example
White with #CA7FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7FC7; }
p { color: rgb(202,127,199); }
H1.HeaderClassName
{
color: #CA7FC7;
}
.AnyTagClassName
{
color: #CA7FC7;
}
</style>
background-color css
<style>
a { background-color: #CA7FC7; }
a { background-color: rgb(202,127,199); }
div.DivClassName
{
background-color: #CA7FC7;
}
.BgClassName
{
background-color: #CA7FC7;
}
</style>
border-color css
<style>
span { border-color: #CA7FC7; }
span { border-color: rgb(202,127,199); }
td.TdClassName
{
border-color: #CA7FC7;
}
.TagClassName
{
border-color: #CA7FC7;
}
</style>