Shades of Wisteria #C693FB
Tints of Wisteria #C693FB
RGB
CMYK
RGB Variations
Color information
#C693FB (or 0xC693FB) is known color: Wisteria. HEX triplet: C6, 93 and FB. RGB value is (198,147,251). Sum of RGB (Red+Green+Blue) = 198+147+251=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #C693FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C693FB is #396C04. Grayscale: #ADADAD. Windows color (decimal): -3763205 or 16487366. OLE color: 16487366.
HSL color Cylindrical-coordinate representation of color #C693FB: hue angle of 269.42º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C693FB is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 147 | 251 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.02 |
| HSL | 269.42º | 0.93% | 0.78% | - |
| HSV(B) | 269.42º | 0.41% | 0.98% | - |
| XYZ | 51.14 | 39.84 | 96.26 | - |
| YUV | 174.11 | 171.4 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 251 | 0.21 | 0.41 | 0 | 0.02 | 269.42 | 0.93 | 0.78 |
| Hex | C6 | 93 | FB | 15 | 29 | 0 | 2 | 10D | 5D | 4E |
| Octal | 306 | 223 | 373 | 25 | 51 | 0 | 2 | 415 | 135 | 116 |
| Binary | 11000110 | 10010011 | 11111011 | 10101 | 101001 | 0 | 10 | 100001101 | 1011101 | 1001110 |
Color Harmonies of #C693FB
Complementary color
Monochromatic Colors of #C693FB
Black with #C693FB
Text Example
Text Example
White with #C693FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C693FB; }
p { color: rgb(198,147,251); }
H1.HeaderClassName
{
color: #C693FB;
}
.AnyTagClassName
{
color: #C693FB;
}
</style>
background-color css
<style>
a { background-color: #C693FB; }
a { background-color: rgb(198,147,251); }
div.DivClassName
{
background-color: #C693FB;
}
.BgClassName
{
background-color: #C693FB;
}
</style>
border-color css
<style>
span { border-color: #C693FB; }
span { border-color: rgb(198,147,251); }
td.TdClassName
{
border-color: #C693FB;
}
.TagClassName
{
border-color: #C693FB;
}
</style>