Shades of Orchid #CA80D8
Tints of Orchid #CA80D8
RGB
CMYK
RGB Variations
Color information
#CA80D8 (or 0xCA80D8) is known color: Orchid. HEX triplet: CA, 80 and D8. RGB value is (202,128,216). Sum of RGB (Red+Green+Blue) = 202+128+216=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA80D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80D8 is #357F27. Grayscale: #9F9F9F. Windows color (decimal): -3505960 or 14188746. OLE color: 14188746.
HSL color Cylindrical-coordinate representation of color #CA80D8: hue angle of 290.45º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA80D8 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 128 | 216 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.15 |
| HSL | 290.45º | 0.53% | 0.67% | - |
| HSV(B) | 290.45º | 0.41% | 0.85% | - |
| XYZ | 44.47 | 32.95 | 68.98 | - |
| YUV | 160.16 | 159.52 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 216 | 0.06 | 0.41 | 0 | 0.15 | 290.45 | 0.53 | 0.67 |
| Hex | CA | 80 | D8 | 6 | 29 | 0 | F | 122 | 35 | 43 |
| Octal | 312 | 200 | 330 | 6 | 51 | 0 | 17 | 442 | 65 | 103 |
| Binary | 11001010 | 10000000 | 11011000 | 110 | 101001 | 0 | 1111 | 100100010 | 110101 | 1000011 |
Color Harmonies of #CA80D8
Complementary color
Monochromatic Colors of #CA80D8
Black with #CA80D8
Text Example
Text Example
White with #CA80D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80D8; }
p { color: rgb(202,128,216); }
H1.HeaderClassName
{
color: #CA80D8;
}
.AnyTagClassName
{
color: #CA80D8;
}
</style>
background-color css
<style>
a { background-color: #CA80D8; }
a { background-color: rgb(202,128,216); }
div.DivClassName
{
background-color: #CA80D8;
}
.BgClassName
{
background-color: #CA80D8;
}
</style>
border-color css
<style>
span { border-color: #CA80D8; }
span { border-color: rgb(202,128,216); }
td.TdClassName
{
border-color: #CA80D8;
}
.TagClassName
{
border-color: #CA80D8;
}
</style>