Shades of Wisteria #CA99EA
Tints of Wisteria #CA99EA
RGB
CMYK
RGB Variations
Color information
#CA99EA (or 0xCA99EA) is known color: Wisteria. HEX triplet: CA, 99 and EA. RGB value is (202,153,234). Sum of RGB (Red+Green+Blue) = 202+153+234=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA99EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA99EA is #356615. Grayscale: #B0B0B0. Windows color (decimal): -3499542 or 15374794. OLE color: 15374794.
HSL color Cylindrical-coordinate representation of color #CA99EA: hue angle of 276.3º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA99EA is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 153 | 234 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.08 |
| HSL | 276.3º | 0.66% | 0.76% | - |
| HSV(B) | 276.3º | 0.35% | 0.92% | - |
| XYZ | 50.6 | 41.28 | 83.14 | - |
| YUV | 176.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 234 | 0.14 | 0.35 | 0 | 0.08 | 276.3 | 0.66 | 0.76 |
| Hex | CA | 99 | EA | E | 23 | 0 | 8 | 114 | 42 | 4C |
| Octal | 312 | 231 | 352 | 16 | 43 | 0 | 10 | 424 | 102 | 114 |
| Binary | 11001010 | 10011001 | 11101010 | 1110 | 100011 | 0 | 1000 | 100010100 | 1000010 | 1001100 |
Color Harmonies of #CA99EA
Complementary color
Monochromatic Colors of #CA99EA
Black with #CA99EA
Text Example
Text Example
White with #CA99EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA99EA; }
p { color: rgb(202,153,234); }
H1.HeaderClassName
{
color: #CA99EA;
}
.AnyTagClassName
{
color: #CA99EA;
}
</style>
background-color css
<style>
a { background-color: #CA99EA; }
a { background-color: rgb(202,153,234); }
div.DivClassName
{
background-color: #CA99EA;
}
.BgClassName
{
background-color: #CA99EA;
}
</style>
border-color css
<style>
span { border-color: #CA99EA; }
span { border-color: rgb(202,153,234); }
td.TdClassName
{
border-color: #CA99EA;
}
.TagClassName
{
border-color: #CA99EA;
}
</style>