Shades of Wisteria #CB8FF7
Tints of Wisteria #CB8FF7
RGB
CMYK
RGB Variations
Color information
#CB8FF7 (or 0xCB8FF7) is known color: Wisteria. HEX triplet: CB, 8F and F7. RGB value is (203,143,247). Sum of RGB (Red+Green+Blue) = 203+143+247=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 247 (96.88% from 255 or 41.65% from 593); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB8FF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8FF7 is #347008. Grayscale: #ACACAC. Windows color (decimal): -3436553 or 16224203. OLE color: 16224203.
HSL color Cylindrical-coordinate representation of color #CB8FF7: hue angle of 274.62º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB8FF7 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 143 | 247 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.03 |
| HSL | 274.62º | 0.87% | 0.76% | - |
| HSV(B) | 274.62º | 0.42% | 0.97% | - |
| XYZ | 51.24 | 39.06 | 92.83 | - |
| YUV | 172.8 | 169.88 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 247 | 0.18 | 0.42 | 0 | 0.03 | 274.62 | 0.87 | 0.76 |
| Hex | CB | 8F | F7 | 12 | 2A | 0 | 3 | 113 | 57 | 4C |
| Octal | 313 | 217 | 367 | 22 | 52 | 0 | 3 | 423 | 127 | 114 |
| Binary | 11001011 | 10001111 | 11110111 | 10010 | 101010 | 0 | 11 | 100010011 | 1010111 | 1001100 |
Color Harmonies of #CB8FF7
Complementary color
Monochromatic Colors of #CB8FF7
Black with #CB8FF7
Text Example
Text Example
White with #CB8FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FF7; }
p { color: rgb(203,143,247); }
H1.HeaderClassName
{
color: #CB8FF7;
}
.AnyTagClassName
{
color: #CB8FF7;
}
</style>
background-color css
<style>
a { background-color: #CB8FF7; }
a { background-color: rgb(203,143,247); }
div.DivClassName
{
background-color: #CB8FF7;
}
.BgClassName
{
background-color: #CB8FF7;
}
</style>
border-color css
<style>
span { border-color: #CB8FF7; }
span { border-color: rgb(203,143,247); }
td.TdClassName
{
border-color: #CB8FF7;
}
.TagClassName
{
border-color: #CB8FF7;
}
</style>