Shades of Orchid #CA76CB
Tints of Orchid #CA76CB
RGB
CMYK
RGB Variations
Color information
#CA76CB (or 0xCA76CB) is known color: Orchid. HEX triplet: CA, 76 and CB. RGB value is (202,118,203). Sum of RGB (Red+Green+Blue) = 202+118+203=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA76CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76CB is #358934. Grayscale: #989898. Windows color (decimal): -3508533 or 13334218. OLE color: 13334218.
HSL color Cylindrical-coordinate representation of color #CA76CB: hue angle of 299.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA76CB is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 118 | 203 | - |
| CMYK | 0.00 | 0.42 | 0 | 0.20 |
| HSL | 299.29º | 0.45% | 0.63% | - |
| HSV(B) | 299.29º | 0.42% | 0.8% | - |
| XYZ | 41.62 | 29.83 | 60.06 | - |
| YUV | 152.81 | 156.33 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 203 | 0.00 | 0.42 | 0 | 0.20 | 299.29 | 0.45 | 0.63 |
| Hex | CA | 76 | CB | 0 | 2A | 0 | 14 | 12B | 2D | 3F |
| Octal | 312 | 166 | 313 | 0 | 52 | 0 | 24 | 453 | 55 | 77 |
| Binary | 11001010 | 1110110 | 11001011 | 0 | 101010 | 0 | 10100 | 100101011 | 101101 | 111111 |
Color Harmonies of #CA76CB
Complementary color
Monochromatic Colors of #CA76CB
Black with #CA76CB
Text Example
Text Example
White with #CA76CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA76CB; }
p { color: rgb(202,118,203); }
H1.HeaderClassName
{
color: #CA76CB;
}
.AnyTagClassName
{
color: #CA76CB;
}
</style>
background-color css
<style>
a { background-color: #CA76CB; }
a { background-color: rgb(202,118,203); }
div.DivClassName
{
background-color: #CA76CB;
}
.BgClassName
{
background-color: #CA76CB;
}
</style>
border-color css
<style>
span { border-color: #CA76CB; }
span { border-color: rgb(202,118,203); }
td.TdClassName
{
border-color: #CA76CB;
}
.TagClassName
{
border-color: #CA76CB;
}
</style>