Shades of Wisteria #CB8CF8
Tints of Wisteria #CB8CF8
RGB
CMYK
RGB Variations
Color information
#CB8CF8 (or 0xCB8CF8) is known color: Wisteria. HEX triplet: CB, 8C and F8. RGB value is (203,140,248). Sum of RGB (Red+Green+Blue) = 203+140+248=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 248 (97.27% from 255 or 41.96% from 591); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB8CF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8CF8 is #347307. Grayscale: #AAAAAA. Windows color (decimal): -3437320 or 16288971. OLE color: 16288971.
HSL color Cylindrical-coordinate representation of color #CB8CF8: hue angle of 275º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB8CF8 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 140 | 248 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.03 |
| HSL | 275º | 0.89% | 0.76% | - |
| HSV(B) | 275º | 0.44% | 0.97% | - |
| XYZ | 50.95 | 38.23 | 93.5 | - |
| YUV | 171.15 | 171.37 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 248 | 0.18 | 0.44 | 0 | 0.03 | 275 | 0.89 | 0.76 |
| Hex | CB | 8C | F8 | 12 | 2C | 0 | 3 | 113 | 59 | 4C |
| Octal | 313 | 214 | 370 | 22 | 54 | 0 | 3 | 423 | 131 | 114 |
| Binary | 11001011 | 10001100 | 11111000 | 10010 | 101100 | 0 | 11 | 100010011 | 1011001 | 1001100 |
Color Harmonies of #CB8CF8
Complementary color
Monochromatic Colors of #CB8CF8
Black with #CB8CF8
Text Example
Text Example
White with #CB8CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8CF8; }
p { color: rgb(203,140,248); }
H1.HeaderClassName
{
color: #CB8CF8;
}
.AnyTagClassName
{
color: #CB8CF8;
}
</style>
background-color css
<style>
a { background-color: #CB8CF8; }
a { background-color: rgb(203,140,248); }
div.DivClassName
{
background-color: #CB8CF8;
}
.BgClassName
{
background-color: #CB8CF8;
}
</style>
border-color css
<style>
span { border-color: #CB8CF8; }
span { border-color: rgb(203,140,248); }
td.TdClassName
{
border-color: #CB8CF8;
}
.TagClassName
{
border-color: #CB8CF8;
}
</style>