Shades of Wisteria #C68EEA
Tints of Wisteria #C68EEA
RGB
CMYK
RGB Variations
Color information
#C68EEA (or 0xC68EEA) is known color: Wisteria. HEX triplet: C6, 8E and EA. RGB value is (198,142,234). Sum of RGB (Red+Green+Blue) = 198+142+234=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #C68EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68EEA is #397115. Grayscale: #A8A8A8. Windows color (decimal): -3764502 or 15371974. OLE color: 15371974.
HSL color Cylindrical-coordinate representation of color #C68EEA: hue angle of 276.52º degrees, saturation: 0.69, 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 #C68EEA is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 142 | 234 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.08 |
| HSL | 276.52º | 0.69% | 0.74% | - |
| HSV(B) | 276.52º | 0.39% | 0.92% | - |
| XYZ | 47.81 | 37.29 | 82.52 | - |
| YUV | 169.23 | 164.55 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 234 | 0.15 | 0.39 | 0 | 0.08 | 276.52 | 0.69 | 0.74 |
| Hex | C6 | 8E | EA | F | 27 | 0 | 8 | 115 | 45 | 4A |
| Octal | 306 | 216 | 352 | 17 | 47 | 0 | 10 | 425 | 105 | 112 |
| Binary | 11000110 | 10001110 | 11101010 | 1111 | 100111 | 0 | 1000 | 100010101 | 1000101 | 1001010 |
Color Harmonies of #C68EEA
Complementary color
Monochromatic Colors of #C68EEA
Black with #C68EEA
Text Example
Text Example
White with #C68EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68EEA; }
p { color: rgb(198,142,234); }
H1.HeaderClassName
{
color: #C68EEA;
}
.AnyTagClassName
{
color: #C68EEA;
}
</style>
background-color css
<style>
a { background-color: #C68EEA; }
a { background-color: rgb(198,142,234); }
div.DivClassName
{
background-color: #C68EEA;
}
.BgClassName
{
background-color: #C68EEA;
}
</style>
border-color css
<style>
span { border-color: #C68EEA; }
span { border-color: rgb(198,142,234); }
td.TdClassName
{
border-color: #C68EEA;
}
.TagClassName
{
border-color: #C68EEA;
}
</style>