Shades of Wisteria #CE9AF3
Tints of Wisteria #CE9AF3
RGB
CMYK
RGB Variations
Color information
#CE9AF3 (or 0xCE9AF3) is known color: Wisteria. HEX triplet: CE, 9A and F3. RGB value is (206,154,243). Sum of RGB (Red+Green+Blue) = 206+154+243=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 243 (95.31% from 255 or 40.30% from 603); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE9AF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9AF3 is #31650C. Grayscale: #B3B3B3. Windows color (decimal): -3237133 or 15964878. OLE color: 15964878.
HSL color Cylindrical-coordinate representation of color #CE9AF3: hue angle of 275.06º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE9AF3 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 154 | 243 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.05 |
| HSL | 275.06º | 0.79% | 0.78% | - |
| HSV(B) | 275.06º | 0.37% | 0.95% | - |
| XYZ | 53.19 | 42.7 | 90.23 | - |
| YUV | 179.69 | 163.73 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 243 | 0.15 | 0.37 | 0 | 0.05 | 275.06 | 0.79 | 0.78 |
| Hex | CE | 9A | F3 | F | 25 | 0 | 5 | 113 | 4F | 4E |
| Octal | 316 | 232 | 363 | 17 | 45 | 0 | 5 | 423 | 117 | 116 |
| Binary | 11001110 | 10011010 | 11110011 | 1111 | 100101 | 0 | 101 | 100010011 | 1001111 | 1001110 |
Color Harmonies of #CE9AF3
Complementary color
Monochromatic Colors of #CE9AF3
Black with #CE9AF3
Text Example
Text Example
White with #CE9AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9AF3; }
p { color: rgb(206,154,243); }
H1.HeaderClassName
{
color: #CE9AF3;
}
.AnyTagClassName
{
color: #CE9AF3;
}
</style>
background-color css
<style>
a { background-color: #CE9AF3; }
a { background-color: rgb(206,154,243); }
div.DivClassName
{
background-color: #CE9AF3;
}
.BgClassName
{
background-color: #CE9AF3;
}
</style>
border-color css
<style>
span { border-color: #CE9AF3; }
span { border-color: rgb(206,154,243); }
td.TdClassName
{
border-color: #CE9AF3;
}
.TagClassName
{
border-color: #CE9AF3;
}
</style>