Shades of Orchid #CA83C2
Tints of Orchid #CA83C2
RGB
CMYK
RGB Variations
Color information
#CA83C2 (or 0xCA83C2) is known color: Orchid. HEX triplet: CA, 83 and C2. RGB value is (202,131,194). Sum of RGB (Red+Green+Blue) = 202+131+194=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CA83C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83C2 is #357C3D. Grayscale: #9F9F9F. Windows color (decimal): -3505214 or 12747722. OLE color: 12747722.
HSL color Cylindrical-coordinate representation of color #CA83C2: hue angle of 306.76º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA83C2 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 131 | 194 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.21 |
| HSL | 306.76º | 0.4% | 0.65% | - |
| HSV(B) | 306.76º | 0.35% | 0.79% | - |
| XYZ | 42.21 | 32.68 | 55.12 | - |
| YUV | 159.41 | 147.52 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 194 | 0 | 0.35 | 0.04 | 0.21 | 306.76 | 0.4 | 0.65 |
| Hex | CA | 83 | C2 | 0 | 23 | 4 | 15 | 133 | 28 | 41 |
| Octal | 312 | 203 | 302 | 0 | 43 | 4 | 25 | 463 | 50 | 101 |
| Binary | 11001010 | 10000011 | 11000010 | 0 | 100011 | 100 | 10101 | 100110011 | 101000 | 1000001 |
Color Harmonies of #CA83C2
Complementary color
Monochromatic Colors of #CA83C2
Black with #CA83C2
Text Example
Text Example
White with #CA83C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA83C2; }
p { color: rgb(202,131,194); }
H1.HeaderClassName
{
color: #CA83C2;
}
.AnyTagClassName
{
color: #CA83C2;
}
</style>
background-color css
<style>
a { background-color: #CA83C2; }
a { background-color: rgb(202,131,194); }
div.DivClassName
{
background-color: #CA83C2;
}
.BgClassName
{
background-color: #CA83C2;
}
</style>
border-color css
<style>
span { border-color: #CA83C2; }
span { border-color: rgb(202,131,194); }
td.TdClassName
{
border-color: #CA83C2;
}
.TagClassName
{
border-color: #CA83C2;
}
</style>