Shades of Orchid #CA80D0
Tints of Orchid #CA80D0
RGB
CMYK
RGB Variations
Color information
#CA80D0 (or 0xCA80D0) is known color: Orchid. HEX triplet: CA, 80 and D0. RGB value is (202,128,208). Sum of RGB (Red+Green+Blue) = 202+128+208=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA80D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80D0 is #357F2F. Grayscale: #9F9F9F. Windows color (decimal): -3505968 or 13664458. OLE color: 13664458.
HSL color Cylindrical-coordinate representation of color #CA80D0: hue angle of 295.5º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA80D0 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 128 | 208 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.18 |
| HSL | 295.5º | 0.46% | 0.66% | - |
| HSV(B) | 295.5º | 0.38% | 0.82% | - |
| XYZ | 43.46 | 32.55 | 63.67 | - |
| YUV | 159.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 208 | 0.03 | 0.38 | 0 | 0.18 | 295.5 | 0.46 | 0.66 |
| Hex | CA | 80 | D0 | 3 | 26 | 0 | 12 | 128 | 2E | 42 |
| Octal | 312 | 200 | 320 | 3 | 46 | 0 | 22 | 450 | 56 | 102 |
| Binary | 11001010 | 10000000 | 11010000 | 11 | 100110 | 0 | 10010 | 100101000 | 101110 | 1000010 |
Color Harmonies of #CA80D0
Complementary color
Monochromatic Colors of #CA80D0
Black with #CA80D0
Text Example
Text Example
White with #CA80D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80D0; }
p { color: rgb(202,128,208); }
H1.HeaderClassName
{
color: #CA80D0;
}
.AnyTagClassName
{
color: #CA80D0;
}
</style>
background-color css
<style>
a { background-color: #CA80D0; }
a { background-color: rgb(202,128,208); }
div.DivClassName
{
background-color: #CA80D0;
}
.BgClassName
{
background-color: #CA80D0;
}
</style>
border-color css
<style>
span { border-color: #CA80D0; }
span { border-color: rgb(202,128,208); }
td.TdClassName
{
border-color: #CA80D0;
}
.TagClassName
{
border-color: #CA80D0;
}
</style>