Shades of Wisteria #CA8FEA
Tints of Wisteria #CA8FEA
RGB
CMYK
RGB Variations
Color information
#CA8FEA (or 0xCA8FEA) is known color: Wisteria. HEX triplet: CA, 8F and EA. RGB value is (202,143,234). Sum of RGB (Red+Green+Blue) = 202+143+234=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA8FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8FEA is #357015. Grayscale: #AAAAAA. Windows color (decimal): -3502102 or 15372234. OLE color: 15372234.
HSL color Cylindrical-coordinate representation of color #CA8FEA: hue angle of 278.9º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA8FEA is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 143 | 234 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.08 |
| HSL | 278.9º | 0.68% | 0.74% | - |
| HSV(B) | 278.9º | 0.39% | 0.92% | - |
| XYZ | 49.03 | 38.14 | 82.62 | - |
| YUV | 171.02 | 163.55 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 234 | 0.14 | 0.39 | 0 | 0.08 | 278.9 | 0.68 | 0.74 |
| Hex | CA | 8F | EA | E | 27 | 0 | 8 | 117 | 44 | 4A |
| Octal | 312 | 217 | 352 | 16 | 47 | 0 | 10 | 427 | 104 | 112 |
| Binary | 11001010 | 10001111 | 11101010 | 1110 | 100111 | 0 | 1000 | 100010111 | 1000100 | 1001010 |
Color Harmonies of #CA8FEA
Complementary color
Monochromatic Colors of #CA8FEA
Black with #CA8FEA
Text Example
Text Example
White with #CA8FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FEA; }
p { color: rgb(202,143,234); }
H1.HeaderClassName
{
color: #CA8FEA;
}
.AnyTagClassName
{
color: #CA8FEA;
}
</style>
background-color css
<style>
a { background-color: #CA8FEA; }
a { background-color: rgb(202,143,234); }
div.DivClassName
{
background-color: #CA8FEA;
}
.BgClassName
{
background-color: #CA8FEA;
}
</style>
border-color css
<style>
span { border-color: #CA8FEA; }
span { border-color: rgb(202,143,234); }
td.TdClassName
{
border-color: #CA8FEA;
}
.TagClassName
{
border-color: #CA8FEA;
}
</style>