Shades of Orchid #CA74BD
Tints of Orchid #CA74BD
RGB
CMYK
RGB Variations
Color information
#CA74BD (or 0xCA74BD) is known color: Orchid. HEX triplet: CA, 74 and BD. RGB value is (202,116,189). Sum of RGB (Red+Green+Blue) = 202+116+189=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CA74BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74BD is #358B42. Grayscale: #959595. Windows color (decimal): -3509059 or 12416202. OLE color: 12416202.
HSL color Cylindrical-coordinate representation of color #CA74BD: hue angle of 309.07º 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 #CA74BD is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 189 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.21 |
| HSL | 309.07º | 0.45% | 0.62% | - |
| HSV(B) | 309.07º | 0.43% | 0.79% | - |
| XYZ | 39.79 | 28.72 | 51.59 | - |
| YUV | 150.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 189 | 0 | 0.43 | 0.06 | 0.21 | 309.07 | 0.45 | 0.62 |
| Hex | CA | 74 | BD | 0 | 2B | 6 | 15 | 135 | 2D | 3E |
| Octal | 312 | 164 | 275 | 0 | 53 | 6 | 25 | 465 | 55 | 76 |
| Binary | 11001010 | 1110100 | 10111101 | 0 | 101011 | 110 | 10101 | 100110101 | 101101 | 111110 |
Color Harmonies of #CA74BD
Complementary color
Monochromatic Colors of #CA74BD
Black with #CA74BD
Text Example
Text Example
White with #CA74BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA74BD; }
p { color: rgb(202,116,189); }
H1.HeaderClassName
{
color: #CA74BD;
}
.AnyTagClassName
{
color: #CA74BD;
}
</style>
background-color css
<style>
a { background-color: #CA74BD; }
a { background-color: rgb(202,116,189); }
div.DivClassName
{
background-color: #CA74BD;
}
.BgClassName
{
background-color: #CA74BD;
}
</style>
border-color css
<style>
span { border-color: #CA74BD; }
span { border-color: rgb(202,116,189); }
td.TdClassName
{
border-color: #CA74BD;
}
.TagClassName
{
border-color: #CA74BD;
}
</style>