Shades of Orchid #CA7FC6
Tints of Orchid #CA7FC6
RGB
CMYK
RGB Variations
Color information
#CA7FC6 (or 0xCA7FC6) is known color: Orchid. HEX triplet: CA, 7F and C6. RGB value is (202,127,198). Sum of RGB (Red+Green+Blue) = 202+127+198=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FC6 is #358039. Grayscale: #9D9D9D. Windows color (decimal): -3506234 or 13008842. OLE color: 13008842.
HSL color Cylindrical-coordinate representation of color #CA7FC6: hue angle of 303.2º 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 #CA7FC6 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 198 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.21 |
| HSL | 303.2º | 0.41% | 0.65% | - |
| HSV(B) | 303.2º | 0.37% | 0.79% | - |
| XYZ | 42.14 | 31.81 | 57.35 | - |
| YUV | 157.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 198 | 0 | 0.37 | 0.02 | 0.21 | 303.2 | 0.41 | 0.65 |
| Hex | CA | 7F | C6 | 0 | 25 | 2 | 15 | 12F | 29 | 41 |
| Octal | 312 | 177 | 306 | 0 | 45 | 2 | 25 | 457 | 51 | 101 |
| Binary | 11001010 | 1111111 | 11000110 | 0 | 100101 | 10 | 10101 | 100101111 | 101001 | 1000001 |
Color Harmonies of #CA7FC6
Complementary color
Monochromatic Colors of #CA7FC6
Black with #CA7FC6
Text Example
Text Example
White with #CA7FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7FC6; }
p { color: rgb(202,127,198); }
H1.HeaderClassName
{
color: #CA7FC6;
}
.AnyTagClassName
{
color: #CA7FC6;
}
</style>
background-color css
<style>
a { background-color: #CA7FC6; }
a { background-color: rgb(202,127,198); }
div.DivClassName
{
background-color: #CA7FC6;
}
.BgClassName
{
background-color: #CA7FC6;
}
</style>
border-color css
<style>
span { border-color: #CA7FC6; }
span { border-color: rgb(202,127,198); }
td.TdClassName
{
border-color: #CA7FC6;
}
.TagClassName
{
border-color: #CA7FC6;
}
</style>