Shades of Orchid #CA74D5
Tints of Orchid #CA74D5
RGB
CMYK
RGB Variations
Color information
#CA74D5 (or 0xCA74D5) is known color: Orchid. HEX triplet: CA, 74 and D5. RGB value is (202,116,213). Sum of RGB (Red+Green+Blue) = 202+116+213=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA74D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74D5 is #358B2A. Grayscale: #989898. Windows color (decimal): -3509035 or 13989066. OLE color: 13989066.
HSL color Cylindrical-coordinate representation of color #CA74D5: hue angle of 293.2º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA74D5 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 116 | 213 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.16 |
| HSL | 293.2º | 0.54% | 0.65% | - |
| HSV(B) | 293.2º | 0.46% | 0.84% | - |
| XYZ | 42.61 | 29.85 | 66.47 | - |
| YUV | 152.77 | 161.99 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 213 | 0.05 | 0.46 | 0 | 0.16 | 293.2 | 0.54 | 0.65 |
| Hex | CA | 74 | D5 | 5 | 2E | 0 | 10 | 125 | 36 | 41 |
| Octal | 312 | 164 | 325 | 5 | 56 | 0 | 20 | 445 | 66 | 101 |
| Binary | 11001010 | 1110100 | 11010101 | 101 | 101110 | 0 | 10000 | 100100101 | 110110 | 1000001 |
Color Harmonies of #CA74D5
Complementary color
Monochromatic Colors of #CA74D5
Black with #CA74D5
Text Example
Text Example
White with #CA74D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA74D5; }
p { color: rgb(202,116,213); }
H1.HeaderClassName
{
color: #CA74D5;
}
.AnyTagClassName
{
color: #CA74D5;
}
</style>
background-color css
<style>
a { background-color: #CA74D5; }
a { background-color: rgb(202,116,213); }
div.DivClassName
{
background-color: #CA74D5;
}
.BgClassName
{
background-color: #CA74D5;
}
</style>
border-color css
<style>
span { border-color: #CA74D5; }
span { border-color: rgb(202,116,213); }
td.TdClassName
{
border-color: #CA74D5;
}
.TagClassName
{
border-color: #CA74D5;
}
</style>