Shades of Wisteria #C697EA
Tints of Wisteria #C697EA
RGB
CMYK
RGB Variations
Color information
#C697EA (or 0xC697EA) is known color: Wisteria. HEX triplet: C6, 97 and EA. RGB value is (198,151,234). Sum of RGB (Red+Green+Blue) = 198+151+234=583 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.96% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #C697EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C697EA is #396815. Grayscale: #AEAEAE. Windows color (decimal): -3762198 or 15374278. OLE color: 15374278.
HSL color Cylindrical-coordinate representation of color #C697EA: hue angle of 273.98º 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 #C697EA is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 151 | 234 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.08 |
| HSL | 273.98º | 0.66% | 0.75% | - |
| HSV(B) | 273.98º | 0.35% | 0.92% | - |
| XYZ | 49.21 | 40.08 | 82.98 | - |
| YUV | 174.52 | 161.57 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 234 | 0.15 | 0.35 | 0 | 0.08 | 273.98 | 0.66 | 0.75 |
| Hex | C6 | 97 | EA | F | 23 | 0 | 8 | 112 | 42 | 4B |
| Octal | 306 | 227 | 352 | 17 | 43 | 0 | 10 | 422 | 102 | 113 |
| Binary | 11000110 | 10010111 | 11101010 | 1111 | 100011 | 0 | 1000 | 100010010 | 1000010 | 1001011 |
Color Harmonies of #C697EA
Complementary color
Monochromatic Colors of #C697EA
Black with #C697EA
Text Example
Text Example
White with #C697EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C697EA; }
p { color: rgb(198,151,234); }
H1.HeaderClassName
{
color: #C697EA;
}
.AnyTagClassName
{
color: #C697EA;
}
</style>
background-color css
<style>
a { background-color: #C697EA; }
a { background-color: rgb(198,151,234); }
div.DivClassName
{
background-color: #C697EA;
}
.BgClassName
{
background-color: #C697EA;
}
</style>
border-color css
<style>
span { border-color: #C697EA; }
span { border-color: rgb(198,151,234); }
td.TdClassName
{
border-color: #C697EA;
}
.TagClassName
{
border-color: #C697EA;
}
</style>