Shades of Wisteria #CA85E6
Tints of Wisteria #CA85E6
RGB
CMYK
RGB Variations
Color information
#CA85E6 (or 0xCA85E6) is known color: Wisteria. HEX triplet: CA, 85 and E6. RGB value is (202,133,230). Sum of RGB (Red+Green+Blue) = 202+133+230=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA85E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA85E6 is #357A19. Grayscale: #A4A4A4. Windows color (decimal): -3504666 or 15107530. OLE color: 15107530.
HSL color Cylindrical-coordinate representation of color #CA85E6: hue angle of 282.68º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA85E6 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 133 | 230 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.10 |
| HSL | 282.68º | 0.66% | 0.71% | - |
| HSV(B) | 282.68º | 0.42% | 0.9% | - |
| XYZ | 47.03 | 35.04 | 79.15 | - |
| YUV | 164.69 | 164.86 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 230 | 0.12 | 0.42 | 0 | 0.10 | 282.68 | 0.66 | 0.71 |
| Hex | CA | 85 | E6 | C | 2A | 0 | A | 11B | 42 | 47 |
| Octal | 312 | 205 | 346 | 14 | 52 | 0 | 12 | 433 | 102 | 107 |
| Binary | 11001010 | 10000101 | 11100110 | 1100 | 101010 | 0 | 1010 | 100011011 | 1000010 | 1000111 |
Color Harmonies of #CA85E6
Complementary color
Monochromatic Colors of #CA85E6
Black with #CA85E6
Text Example
Text Example
White with #CA85E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85E6; }
p { color: rgb(202,133,230); }
H1.HeaderClassName
{
color: #CA85E6;
}
.AnyTagClassName
{
color: #CA85E6;
}
</style>
background-color css
<style>
a { background-color: #CA85E6; }
a { background-color: rgb(202,133,230); }
div.DivClassName
{
background-color: #CA85E6;
}
.BgClassName
{
background-color: #CA85E6;
}
</style>
border-color css
<style>
span { border-color: #CA85E6; }
span { border-color: rgb(202,133,230); }
td.TdClassName
{
border-color: #CA85E6;
}
.TagClassName
{
border-color: #CA85E6;
}
</style>