Shades of Orchid #CA79DF
Tints of Orchid #CA79DF
RGB
CMYK
RGB Variations
Color information
#CA79DF (or 0xCA79DF) is known color: Orchid. HEX triplet: CA, 79 and DF. RGB value is (202,121,223). Sum of RGB (Red+Green+Blue) = 202+121+223=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 121 (47.66% from 255 or 22.16% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA79DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79DF is #358620. Grayscale: #9C9C9C. Windows color (decimal): -3507745 or 14645706. OLE color: 14645706.
HSL color Cylindrical-coordinate representation of color #CA79DF: hue angle of 287.65º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA79DF is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 121 | 223 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.13 |
| HSL | 287.65º | 0.61% | 0.67% | - |
| HSV(B) | 287.65º | 0.46% | 0.87% | - |
| XYZ | 44.51 | 31.56 | 73.56 | - |
| YUV | 156.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 223 | 0.09 | 0.46 | 0 | 0.13 | 287.65 | 0.61 | 0.67 |
| Hex | CA | 79 | DF | 9 | 2E | 0 | D | 120 | 3D | 43 |
| Octal | 312 | 171 | 337 | 11 | 56 | 0 | 15 | 440 | 75 | 103 |
| Binary | 11001010 | 1111001 | 11011111 | 1001 | 101110 | 0 | 1101 | 100100000 | 111101 | 1000011 |
Color Harmonies of #CA79DF
Complementary color
Monochromatic Colors of #CA79DF
Black with #CA79DF
Text Example
Text Example
White with #CA79DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA79DF; }
p { color: rgb(202,121,223); }
H1.HeaderClassName
{
color: #CA79DF;
}
.AnyTagClassName
{
color: #CA79DF;
}
</style>
background-color css
<style>
a { background-color: #CA79DF; }
a { background-color: rgb(202,121,223); }
div.DivClassName
{
background-color: #CA79DF;
}
.BgClassName
{
background-color: #CA79DF;
}
</style>
border-color css
<style>
span { border-color: #CA79DF; }
span { border-color: rgb(202,121,223); }
td.TdClassName
{
border-color: #CA79DF;
}
.TagClassName
{
border-color: #CA79DF;
}
</style>