Shades of Wisteria #C38FFB
Tints of Wisteria #C38FFB
RGB
CMYK
RGB Variations
Color information
#C38FFB (or 0xC38FFB) is known color: Wisteria. HEX triplet: C3, 8F and FB. RGB value is (195,143,251). Sum of RGB (Red+Green+Blue) = 195+143+251=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #C38FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38FFB is #3C7004. Grayscale: #AAAAAA. Windows color (decimal): -3960837 or 16486339. OLE color: 16486339.
HSL color Cylindrical-coordinate representation of color #C38FFB: hue angle of 268.89º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C38FFB is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 143 | 251 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.02 |
| HSL | 268.89º | 0.93% | 0.77% | - |
| HSV(B) | 268.89º | 0.43% | 0.98% | - |
| XYZ | 49.74 | 38.21 | 96.02 | - |
| YUV | 170.86 | 173.23 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 251 | 0.22 | 0.43 | 0 | 0.02 | 268.89 | 0.93 | 0.77 |
| Hex | C3 | 8F | FB | 16 | 2B | 0 | 2 | 10D | 5D | 4D |
| Octal | 303 | 217 | 373 | 26 | 53 | 0 | 2 | 415 | 135 | 115 |
| Binary | 11000011 | 10001111 | 11111011 | 10110 | 101011 | 0 | 10 | 100001101 | 1011101 | 1001101 |
Color Harmonies of #C38FFB
Complementary color
Monochromatic Colors of #C38FFB
Black with #C38FFB
Text Example
Text Example
White with #C38FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38FFB; }
p { color: rgb(195,143,251); }
H1.HeaderClassName
{
color: #C38FFB;
}
.AnyTagClassName
{
color: #C38FFB;
}
</style>
background-color css
<style>
a { background-color: #C38FFB; }
a { background-color: rgb(195,143,251); }
div.DivClassName
{
background-color: #C38FFB;
}
.BgClassName
{
background-color: #C38FFB;
}
</style>
border-color css
<style>
span { border-color: #C38FFB; }
span { border-color: rgb(195,143,251); }
td.TdClassName
{
border-color: #C38FFB;
}
.TagClassName
{
border-color: #C38FFB;
}
</style>