Shades of Wisteria #C897EA
Tints of Wisteria #C897EA
RGB
CMYK
RGB Variations
Color information
#C897EA (or 0xC897EA) is known color: Wisteria. HEX triplet: C8, 97 and EA. RGB value is (200,151,234). Sum of RGB (Red+Green+Blue) = 200+151+234=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #C897EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C897EA is #376815. Grayscale: #AEAEAE. Windows color (decimal): -3631126 or 15374280. OLE color: 15374280.
HSL color Cylindrical-coordinate representation of color #C897EA: hue angle of 275.42º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C897EA is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 151 | 234 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.08 |
| HSL | 275.42º | 0.66% | 0.75% | - |
| HSV(B) | 275.42º | 0.35% | 0.92% | - |
| XYZ | 49.74 | 40.35 | 83.01 | - |
| YUV | 175.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 234 | 0.15 | 0.35 | 0 | 0.08 | 275.42 | 0.66 | 0.75 |
| Hex | C8 | 97 | EA | F | 23 | 0 | 8 | 113 | 42 | 4B |
| Octal | 310 | 227 | 352 | 17 | 43 | 0 | 10 | 423 | 102 | 113 |
| Binary | 11001000 | 10010111 | 11101010 | 1111 | 100011 | 0 | 1000 | 100010011 | 1000010 | 1001011 |
Color Harmonies of #C897EA
Complementary color
Monochromatic Colors of #C897EA
Black with #C897EA
Text Example
Text Example
White with #C897EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C897EA; }
p { color: rgb(200,151,234); }
H1.HeaderClassName
{
color: #C897EA;
}
.AnyTagClassName
{
color: #C897EA;
}
</style>
background-color css
<style>
a { background-color: #C897EA; }
a { background-color: rgb(200,151,234); }
div.DivClassName
{
background-color: #C897EA;
}
.BgClassName
{
background-color: #C897EA;
}
</style>
border-color css
<style>
span { border-color: #C897EA; }
span { border-color: rgb(200,151,234); }
td.TdClassName
{
border-color: #C897EA;
}
.TagClassName
{
border-color: #C897EA;
}
</style>