Shades of Orchid #CA80CF
Tints of Orchid #CA80CF
RGB
CMYK
RGB Variations
Color information
#CA80CF (or 0xCA80CF) is known color: Orchid. HEX triplet: CA, 80 and CF. RGB value is (202,128,207). Sum of RGB (Red+Green+Blue) = 202+128+207=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA80CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80CF is #357F30. Grayscale: #9E9E9E. Windows color (decimal): -3505969 or 13598922. OLE color: 13598922.
HSL color Cylindrical-coordinate representation of color #CA80CF: hue angle of 296.2º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA80CF is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 128 | 207 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.19 |
| HSL | 296.2º | 0.45% | 0.66% | - |
| HSV(B) | 296.2º | 0.38% | 0.81% | - |
| XYZ | 43.34 | 32.5 | 63.02 | - |
| YUV | 159.13 | 155.02 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 207 | 0.02 | 0.38 | 0 | 0.19 | 296.2 | 0.45 | 0.66 |
| Hex | CA | 80 | CF | 2 | 26 | 0 | 13 | 128 | 2D | 42 |
| Octal | 312 | 200 | 317 | 2 | 46 | 0 | 23 | 450 | 55 | 102 |
| Binary | 11001010 | 10000000 | 11001111 | 10 | 100110 | 0 | 10011 | 100101000 | 101101 | 1000010 |
Color Harmonies of #CA80CF
Complementary color
Monochromatic Colors of #CA80CF
Black with #CA80CF
Text Example
Text Example
White with #CA80CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80CF; }
p { color: rgb(202,128,207); }
H1.HeaderClassName
{
color: #CA80CF;
}
.AnyTagClassName
{
color: #CA80CF;
}
</style>
background-color css
<style>
a { background-color: #CA80CF; }
a { background-color: rgb(202,128,207); }
div.DivClassName
{
background-color: #CA80CF;
}
.BgClassName
{
background-color: #CA80CF;
}
</style>
border-color css
<style>
span { border-color: #CA80CF; }
span { border-color: rgb(202,128,207); }
td.TdClassName
{
border-color: #CA80CF;
}
.TagClassName
{
border-color: #CA80CF;
}
</style>