Shades of Orchid #CA74B8
Tints of Orchid #CA74B8
RGB
CMYK
RGB Variations
Color information
#CA74B8 (or 0xCA74B8) is known color: Orchid. HEX triplet: CA, 74 and B8. RGB value is (202,116,184). Sum of RGB (Red+Green+Blue) = 202+116+184=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA74B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74B8 is #358B47. Grayscale: #959595. Windows color (decimal): -3509064 or 12088522. OLE color: 12088522.
HSL color Cylindrical-coordinate representation of color #CA74B8: hue angle of 312.56º 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 #CA74B8 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 184 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.21 |
| HSL | 312.56º | 0.45% | 0.62% | - |
| HSV(B) | 312.56º | 0.43% | 0.79% | - |
| XYZ | 39.25 | 28.51 | 48.78 | - |
| YUV | 149.47 | 147.49 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 184 | 0 | 0.43 | 0.09 | 0.21 | 312.56 | 0.45 | 0.62 |
| Hex | CA | 74 | B8 | 0 | 2B | 9 | 15 | 139 | 2D | 3E |
| Octal | 312 | 164 | 270 | 0 | 53 | 11 | 25 | 471 | 55 | 76 |
| Binary | 11001010 | 1110100 | 10111000 | 0 | 101011 | 1001 | 10101 | 100111001 | 101101 | 111110 |
Color Harmonies of #CA74B8
Complementary color
Monochromatic Colors of #CA74B8
Black with #CA74B8
Text Example
Text Example
White with #CA74B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA74B8; }
p { color: rgb(202,116,184); }
H1.HeaderClassName
{
color: #CA74B8;
}
.AnyTagClassName
{
color: #CA74B8;
}
</style>
background-color css
<style>
a { background-color: #CA74B8; }
a { background-color: rgb(202,116,184); }
div.DivClassName
{
background-color: #CA74B8;
}
.BgClassName
{
background-color: #CA74B8;
}
</style>
border-color css
<style>
span { border-color: #CA74B8; }
span { border-color: rgb(202,116,184); }
td.TdClassName
{
border-color: #CA74B8;
}
.TagClassName
{
border-color: #CA74B8;
}
</style>