Shades of Orchid #CA76DF
Tints of Orchid #CA76DF
RGB
CMYK
RGB Variations
Color information
#CA76DF (or 0xCA76DF) is known color: Orchid. HEX triplet: CA, 76 and DF. RGB value is (202,118,223). Sum of RGB (Red+Green+Blue) = 202+118+223=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA76DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76DF is #358920. Grayscale: #9A9A9A. Windows color (decimal): -3508513 or 14644938. OLE color: 14644938.
HSL color Cylindrical-coordinate representation of color #CA76DF: hue angle of 288º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA76DF is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 118 | 223 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.13 |
| HSL | 288º | 0.62% | 0.67% | - |
| HSV(B) | 288º | 0.47% | 0.87% | - |
| XYZ | 44.15 | 30.84 | 73.44 | - |
| YUV | 155.09 | 166.33 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 223 | 0.09 | 0.47 | 0 | 0.13 | 288 | 0.62 | 0.67 |
| Hex | CA | 76 | DF | 9 | 2F | 0 | D | 120 | 3E | 43 |
| Octal | 312 | 166 | 337 | 11 | 57 | 0 | 15 | 440 | 76 | 103 |
| Binary | 11001010 | 1110110 | 11011111 | 1001 | 101111 | 0 | 1101 | 100100000 | 111110 | 1000011 |
Color Harmonies of #CA76DF
Complementary color
Monochromatic Colors of #CA76DF
Black with #CA76DF
Text Example
Text Example
White with #CA76DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA76DF; }
p { color: rgb(202,118,223); }
H1.HeaderClassName
{
color: #CA76DF;
}
.AnyTagClassName
{
color: #CA76DF;
}
</style>
background-color css
<style>
a { background-color: #CA76DF; }
a { background-color: rgb(202,118,223); }
div.DivClassName
{
background-color: #CA76DF;
}
.BgClassName
{
background-color: #CA76DF;
}
</style>
border-color css
<style>
span { border-color: #CA76DF; }
span { border-color: rgb(202,118,223); }
td.TdClassName
{
border-color: #CA76DF;
}
.TagClassName
{
border-color: #CA76DF;
}
</style>