Shades of Wisteria #CA90EE
Tints of Wisteria #CA90EE
RGB
CMYK
RGB Variations
Color information
#CA90EE (or 0xCA90EE) is known color: Wisteria. HEX triplet: CA, 90 and EE. RGB value is (202,144,238). Sum of RGB (Red+Green+Blue) = 202+144+238=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA90EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA90EE is #356F11. Grayscale: #ABABAB. Windows color (decimal): -3501842 or 15634634. OLE color: 15634634.
HSL color Cylindrical-coordinate representation of color #CA90EE: hue angle of 277.02º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA90EE is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 144 | 238 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.07 |
| HSL | 277.02º | 0.73% | 0.75% | - |
| HSV(B) | 277.02º | 0.39% | 0.93% | - |
| XYZ | 49.76 | 38.68 | 85.73 | - |
| YUV | 172.06 | 165.22 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 238 | 0.15 | 0.39 | 0 | 0.07 | 277.02 | 0.73 | 0.75 |
| Hex | CA | 90 | EE | F | 27 | 0 | 7 | 115 | 49 | 4B |
| Octal | 312 | 220 | 356 | 17 | 47 | 0 | 7 | 425 | 111 | 113 |
| Binary | 11001010 | 10010000 | 11101110 | 1111 | 100111 | 0 | 111 | 100010101 | 1001001 | 1001011 |
Color Harmonies of #CA90EE
Complementary color
Monochromatic Colors of #CA90EE
Black with #CA90EE
Text Example
Text Example
White with #CA90EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA90EE; }
p { color: rgb(202,144,238); }
H1.HeaderClassName
{
color: #CA90EE;
}
.AnyTagClassName
{
color: #CA90EE;
}
</style>
background-color css
<style>
a { background-color: #CA90EE; }
a { background-color: rgb(202,144,238); }
div.DivClassName
{
background-color: #CA90EE;
}
.BgClassName
{
background-color: #CA90EE;
}
</style>
border-color css
<style>
span { border-color: #CA90EE; }
span { border-color: rgb(202,144,238); }
td.TdClassName
{
border-color: #CA90EE;
}
.TagClassName
{
border-color: #CA90EE;
}
</style>