Shades of Wisteria #C08BFD
Tints of Wisteria #C08BFD
RGB
CMYK
RGB Variations
Color information
#C08BFD (or 0xC08BFD) is known color: Wisteria. HEX triplet: C0, 8B and FD. RGB value is (192,139,253). Sum of RGB (Red+Green+Blue) = 192+139+253=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #C08BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08BFD is #3F7402. Grayscale: #A7A7A7. Windows color (decimal): -4158467 or 16616384. OLE color: 16616384.
HSL color Cylindrical-coordinate representation of color #C08BFD: hue angle of 267.89º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C08BFD is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 139 | 253 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.01 |
| HSL | 267.89º | 0.97% | 0.77% | - |
| HSV(B) | 267.89º | 0.45% | 0.99% | - |
| XYZ | 48.7 | 36.76 | 97.46 | - |
| YUV | 167.84 | 176.06 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 253 | 0.24 | 0.45 | 0 | 0.01 | 267.89 | 0.97 | 0.77 |
| Hex | C0 | 8B | FD | 18 | 2D | 0 | 1 | 10C | 61 | 4D |
| Octal | 300 | 213 | 375 | 30 | 55 | 0 | 1 | 414 | 141 | 115 |
| Binary | 11000000 | 10001011 | 11111101 | 11000 | 101101 | 0 | 1 | 100001100 | 1100001 | 1001101 |
Color Harmonies of #C08BFD
Complementary color
Monochromatic Colors of #C08BFD
Black with #C08BFD
Text Example
Text Example
White with #C08BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08BFD; }
p { color: rgb(192,139,253); }
H1.HeaderClassName
{
color: #C08BFD;
}
.AnyTagClassName
{
color: #C08BFD;
}
</style>
background-color css
<style>
a { background-color: #C08BFD; }
a { background-color: rgb(192,139,253); }
div.DivClassName
{
background-color: #C08BFD;
}
.BgClassName
{
background-color: #C08BFD;
}
</style>
border-color css
<style>
span { border-color: #C08BFD; }
span { border-color: rgb(192,139,253); }
td.TdClassName
{
border-color: #C08BFD;
}
.TagClassName
{
border-color: #C08BFD;
}
</style>