Shades of Orchid #CA83CF
Tints of Orchid #CA83CF
RGB
CMYK
RGB Variations
Color information
#CA83CF (or 0xCA83CF) is known color: Orchid. HEX triplet: CA, 83 and CF. RGB value is (202,131,207). Sum of RGB (Red+Green+Blue) = 202+131+207=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA83CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83CF is #357C30. Grayscale: #A0A0A0. Windows color (decimal): -3505201 or 13599690. OLE color: 13599690.
HSL color Cylindrical-coordinate representation of color #CA83CF: hue angle of 296.05º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA83CF is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 131 | 207 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.19 |
| HSL | 296.05º | 0.44% | 0.66% | - |
| HSV(B) | 296.05º | 0.37% | 0.81% | - |
| XYZ | 43.74 | 33.29 | 63.15 | - |
| YUV | 160.89 | 154.02 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 207 | 0.02 | 0.37 | 0 | 0.19 | 296.05 | 0.44 | 0.66 |
| Hex | CA | 83 | CF | 2 | 25 | 0 | 13 | 128 | 2C | 42 |
| Octal | 312 | 203 | 317 | 2 | 45 | 0 | 23 | 450 | 54 | 102 |
| Binary | 11001010 | 10000011 | 11001111 | 10 | 100101 | 0 | 10011 | 100101000 | 101100 | 1000010 |
Color Harmonies of #CA83CF
Complementary color
Monochromatic Colors of #CA83CF
Black with #CA83CF
Text Example
Text Example
White with #CA83CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA83CF; }
p { color: rgb(202,131,207); }
H1.HeaderClassName
{
color: #CA83CF;
}
.AnyTagClassName
{
color: #CA83CF;
}
</style>
background-color css
<style>
a { background-color: #CA83CF; }
a { background-color: rgb(202,131,207); }
div.DivClassName
{
background-color: #CA83CF;
}
.BgClassName
{
background-color: #CA83CF;
}
</style>
border-color css
<style>
span { border-color: #CA83CF; }
span { border-color: rgb(202,131,207); }
td.TdClassName
{
border-color: #CA83CF;
}
.TagClassName
{
border-color: #CA83CF;
}
</style>