Shades of Orchid #CA74CB
Tints of Orchid #CA74CB
RGB
CMYK
RGB Variations
Color information
#CA74CB (or 0xCA74CB) is known color: Orchid. HEX triplet: CA, 74 and CB. RGB value is (202,116,203). Sum of RGB (Red+Green+Blue) = 202+116+203=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA74CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74CB is #358B34. Grayscale: #979797. Windows color (decimal): -3509045 or 13333706. OLE color: 13333706.
HSL color Cylindrical-coordinate representation of color #CA74CB: hue angle of 299.31º 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 #CA74CB is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 116 | 203 | - |
| CMYK | 0.00 | 0.43 | 0 | 0.20 |
| HSL | 299.31º | 0.46% | 0.63% | - |
| HSV(B) | 299.31º | 0.43% | 0.8% | - |
| XYZ | 41.38 | 29.36 | 59.99 | - |
| YUV | 151.63 | 156.99 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 203 | 0.00 | 0.43 | 0 | 0.20 | 299.31 | 0.46 | 0.63 |
| Hex | CA | 74 | CB | 0 | 2B | 0 | 14 | 12B | 2E | 3F |
| Octal | 312 | 164 | 313 | 0 | 53 | 0 | 24 | 453 | 56 | 77 |
| Binary | 11001010 | 1110100 | 11001011 | 0 | 101011 | 0 | 10100 | 100101011 | 101110 | 111111 |
Color Harmonies of #CA74CB
Complementary color
Monochromatic Colors of #CA74CB
Black with #CA74CB
Text Example
Text Example
White with #CA74CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA74CB; }
p { color: rgb(202,116,203); }
H1.HeaderClassName
{
color: #CA74CB;
}
.AnyTagClassName
{
color: #CA74CB;
}
</style>
background-color css
<style>
a { background-color: #CA74CB; }
a { background-color: rgb(202,116,203); }
div.DivClassName
{
background-color: #CA74CB;
}
.BgClassName
{
background-color: #CA74CB;
}
</style>
border-color css
<style>
span { border-color: #CA74CB; }
span { border-color: rgb(202,116,203); }
td.TdClassName
{
border-color: #CA74CB;
}
.TagClassName
{
border-color: #CA74CB;
}
</style>