Shades of Orchid #CA79C1
Tints of Orchid #CA79C1
RGB
CMYK
RGB Variations
Color information
#CA79C1 (or 0xCA79C1) is known color: Orchid. HEX triplet: CA, 79 and C1. RGB value is (202,121,193). Sum of RGB (Red+Green+Blue) = 202+121+193=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA79C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79C1 is #35863E. Grayscale: #999999. Windows color (decimal): -3507775 or 12679626. OLE color: 12679626.
HSL color Cylindrical-coordinate representation of color #CA79C1: hue angle of 306.67º 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 #CA79C1 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 193 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.21 |
| HSL | 306.67º | 0.43% | 0.63% | - |
| HSV(B) | 306.67º | 0.4% | 0.79% | - |
| XYZ | 40.82 | 30.08 | 54.11 | - |
| YUV | 153.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 193 | 0 | 0.40 | 0.04 | 0.21 | 306.67 | 0.43 | 0.63 |
| Hex | CA | 79 | C1 | 0 | 28 | 4 | 15 | 133 | 2B | 3F |
| Octal | 312 | 171 | 301 | 0 | 50 | 4 | 25 | 463 | 53 | 77 |
| Binary | 11001010 | 1111001 | 11000001 | 0 | 101000 | 100 | 10101 | 100110011 | 101011 | 111111 |
Color Harmonies of #CA79C1
Complementary color
Monochromatic Colors of #CA79C1
Black with #CA79C1
Text Example
Text Example
White with #CA79C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA79C1; }
p { color: rgb(202,121,193); }
H1.HeaderClassName
{
color: #CA79C1;
}
.AnyTagClassName
{
color: #CA79C1;
}
</style>
background-color css
<style>
a { background-color: #CA79C1; }
a { background-color: rgb(202,121,193); }
div.DivClassName
{
background-color: #CA79C1;
}
.BgClassName
{
background-color: #CA79C1;
}
</style>
border-color css
<style>
span { border-color: #CA79C1; }
span { border-color: rgb(202,121,193); }
td.TdClassName
{
border-color: #CA79C1;
}
.TagClassName
{
border-color: #CA79C1;
}
</style>