Shades of Orchid #CA74CC
Tints of Orchid #CA74CC
RGB
CMYK
RGB Variations
Color information
#CA74CC (or 0xCA74CC) is known color: Orchid. HEX triplet: CA, 74 and CC. RGB value is (202,116,204). Sum of RGB (Red+Green+Blue) = 202+116+204=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA74CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74CC is #358B33. Grayscale: #979797. Windows color (decimal): -3509044 or 13399242. OLE color: 13399242.
HSL color Cylindrical-coordinate representation of color #CA74CC: hue angle of 298.64º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA74CC is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 116 | 204 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.2 |
| HSL | 298.64º | 0.46% | 0.63% | - |
| HSV(B) | 298.64º | 0.43% | 0.8% | - |
| XYZ | 41.5 | 29.41 | 60.62 | - |
| YUV | 151.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 204 | 0.01 | 0.43 | 0 | 0.2 | 298.64 | 0.46 | 0.63 |
| Hex | CA | 74 | CC | 1 | 2B | 0 | 14 | 12B | 2E | 3F |
| Octal | 312 | 164 | 314 | 1 | 53 | 0 | 24 | 453 | 56 | 77 |
| Binary | 11001010 | 1110100 | 11001100 | 1 | 101011 | 0 | 10100 | 100101011 | 101110 | 111111 |
Color Harmonies of #CA74CC
Complementary color
Monochromatic Colors of #CA74CC
Black with #CA74CC
Text Example
Text Example
White with #CA74CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA74CC; }
p { color: rgb(202,116,204); }
H1.HeaderClassName
{
color: #CA74CC;
}
.AnyTagClassName
{
color: #CA74CC;
}
</style>
background-color css
<style>
a { background-color: #CA74CC; }
a { background-color: rgb(202,116,204); }
div.DivClassName
{
background-color: #CA74CC;
}
.BgClassName
{
background-color: #CA74CC;
}
</style>
border-color css
<style>
span { border-color: #CA74CC; }
span { border-color: rgb(202,116,204); }
td.TdClassName
{
border-color: #CA74CC;
}
.TagClassName
{
border-color: #CA74CC;
}
</style>