Shades of Orchid #CA79C7
Tints of Orchid #CA79C7
RGB
CMYK
RGB Variations
Color information
#CA79C7 (or 0xCA79C7) is known color: Orchid. HEX triplet: CA, 79 and C7. RGB value is (202,121,199). Sum of RGB (Red+Green+Blue) = 202+121+199=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CA79C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79C7 is #358638. Grayscale: #999999. Windows color (decimal): -3507769 or 13072842. OLE color: 13072842.
HSL color Cylindrical-coordinate representation of color #CA79C7: hue angle of 302.22º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA79C7 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 199 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.21 |
| HSL | 302.22º | 0.43% | 0.63% | - |
| HSV(B) | 302.22º | 0.4% | 0.79% | - |
| XYZ | 41.5 | 30.35 | 57.7 | - |
| YUV | 154.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 199 | 0 | 0.40 | 0.01 | 0.21 | 302.22 | 0.43 | 0.63 |
| Hex | CA | 79 | C7 | 0 | 28 | 1 | 15 | 12E | 2B | 3F |
| Octal | 312 | 171 | 307 | 0 | 50 | 1 | 25 | 456 | 53 | 77 |
| Binary | 11001010 | 1111001 | 11000111 | 0 | 101000 | 1 | 10101 | 100101110 | 101011 | 111111 |
Color Harmonies of #CA79C7
Complementary color
Monochromatic Colors of #CA79C7
Black with #CA79C7
Text Example
Text Example
White with #CA79C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA79C7; }
p { color: rgb(202,121,199); }
H1.HeaderClassName
{
color: #CA79C7;
}
.AnyTagClassName
{
color: #CA79C7;
}
</style>
background-color css
<style>
a { background-color: #CA79C7; }
a { background-color: rgb(202,121,199); }
div.DivClassName
{
background-color: #CA79C7;
}
.BgClassName
{
background-color: #CA79C7;
}
</style>
border-color css
<style>
span { border-color: #CA79C7; }
span { border-color: rgb(202,121,199); }
td.TdClassName
{
border-color: #CA79C7;
}
.TagClassName
{
border-color: #CA79C7;
}
</style>