Shades of Orchid #CA74B7
Tints of Orchid #CA74B7
RGB
CMYK
RGB Variations
Color information
#CA74B7 (or 0xCA74B7) is known color: Orchid. HEX triplet: CA, 74 and B7. RGB value is (202,116,183). Sum of RGB (Red+Green+Blue) = 202+116+183=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA74B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74B7 is #358B48. Grayscale: #959595. Windows color (decimal): -3509065 or 12022986. OLE color: 12022986.
HSL color Cylindrical-coordinate representation of color #CA74B7: hue angle of 313.26º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA74B7 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 183 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.21 |
| HSL | 313.26º | 0.45% | 0.62% | - |
| HSV(B) | 313.26º | 0.43% | 0.79% | - |
| XYZ | 39.15 | 28.47 | 48.23 | - |
| YUV | 149.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 183 | 0 | 0.43 | 0.09 | 0.21 | 313.26 | 0.45 | 0.62 |
| Hex | CA | 74 | B7 | 0 | 2B | 9 | 15 | 139 | 2D | 3E |
| Octal | 312 | 164 | 267 | 0 | 53 | 11 | 25 | 471 | 55 | 76 |
| Binary | 11001010 | 1110100 | 10110111 | 0 | 101011 | 1001 | 10101 | 100111001 | 101101 | 111110 |
Color Harmonies of #CA74B7
Complementary color
Monochromatic Colors of #CA74B7
Black with #CA74B7
Text Example
Text Example
White with #CA74B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA74B7; }
p { color: rgb(202,116,183); }
H1.HeaderClassName
{
color: #CA74B7;
}
.AnyTagClassName
{
color: #CA74B7;
}
</style>
background-color css
<style>
a { background-color: #CA74B7; }
a { background-color: rgb(202,116,183); }
div.DivClassName
{
background-color: #CA74B7;
}
.BgClassName
{
background-color: #CA74B7;
}
</style>
border-color css
<style>
span { border-color: #CA74B7; }
span { border-color: rgb(202,116,183); }
td.TdClassName
{
border-color: #CA74B7;
}
.TagClassName
{
border-color: #CA74B7;
}
</style>