Shades of Wisteria #C68AF2
Tints of Wisteria #C68AF2
RGB
CMYK
RGB Variations
Color information
#C68AF2 (or 0xC68AF2) is known color: Wisteria. HEX triplet: C6, 8A and F2. RGB value is (198,138,242). Sum of RGB (Red+Green+Blue) = 198+138+242=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #C68AF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68AF2 is #39750D. Grayscale: #A7A7A7. Windows color (decimal): -3765518 or 15895238. OLE color: 15895238.
HSL color Cylindrical-coordinate representation of color #C68AF2: hue angle of 274.62º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C68AF2 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 138 | 242 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.05 |
| HSL | 274.62º | 0.8% | 0.75% | - |
| HSV(B) | 274.62º | 0.43% | 0.95% | - |
| XYZ | 48.4 | 36.59 | 88.52 | - |
| YUV | 167.8 | 169.88 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 242 | 0.18 | 0.43 | 0 | 0.05 | 274.62 | 0.8 | 0.75 |
| Hex | C6 | 8A | F2 | 12 | 2B | 0 | 5 | 113 | 50 | 4B |
| Octal | 306 | 212 | 362 | 22 | 53 | 0 | 5 | 423 | 120 | 113 |
| Binary | 11000110 | 10001010 | 11110010 | 10010 | 101011 | 0 | 101 | 100010011 | 1010000 | 1001011 |
Color Harmonies of #C68AF2
Complementary color
Monochromatic Colors of #C68AF2
Black with #C68AF2
Text Example
Text Example
White with #C68AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68AF2; }
p { color: rgb(198,138,242); }
H1.HeaderClassName
{
color: #C68AF2;
}
.AnyTagClassName
{
color: #C68AF2;
}
</style>
background-color css
<style>
a { background-color: #C68AF2; }
a { background-color: rgb(198,138,242); }
div.DivClassName
{
background-color: #C68AF2;
}
.BgClassName
{
background-color: #C68AF2;
}
</style>
border-color css
<style>
span { border-color: #C68AF2; }
span { border-color: rgb(198,138,242); }
td.TdClassName
{
border-color: #C68AF2;
}
.TagClassName
{
border-color: #C68AF2;
}
</style>