Shades of Wisteria #CB93F2
Tints of Wisteria #CB93F2
RGB
CMYK
RGB Variations
Color information
#CB93F2 (or 0xCB93F2) is known color: Wisteria. HEX triplet: CB, 93 and F2. RGB value is (203,147,242). Sum of RGB (Red+Green+Blue) = 203+147+242=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB93F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB93F2 is #346C0D. Grayscale: #AEAEAE. Windows color (decimal): -3435534 or 15897547. OLE color: 15897547.
HSL color Cylindrical-coordinate representation of color #CB93F2: hue angle of 275.37º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB93F2 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 147 | 242 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.05 |
| HSL | 275.37º | 0.79% | 0.76% | - |
| HSV(B) | 275.37º | 0.39% | 0.95% | - |
| XYZ | 51.09 | 39.97 | 89.03 | - |
| YUV | 174.57 | 166.05 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 242 | 0.16 | 0.39 | 0 | 0.05 | 275.37 | 0.79 | 0.76 |
| Hex | CB | 93 | F2 | 10 | 27 | 0 | 5 | 113 | 4F | 4C |
| Octal | 313 | 223 | 362 | 20 | 47 | 0 | 5 | 423 | 117 | 114 |
| Binary | 11001011 | 10010011 | 11110010 | 10000 | 100111 | 0 | 101 | 100010011 | 1001111 | 1001100 |
Color Harmonies of #CB93F2
Complementary color
Monochromatic Colors of #CB93F2
Black with #CB93F2
Text Example
Text Example
White with #CB93F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB93F2; }
p { color: rgb(203,147,242); }
H1.HeaderClassName
{
color: #CB93F2;
}
.AnyTagClassName
{
color: #CB93F2;
}
</style>
background-color css
<style>
a { background-color: #CB93F2; }
a { background-color: rgb(203,147,242); }
div.DivClassName
{
background-color: #CB93F2;
}
.BgClassName
{
background-color: #CB93F2;
}
</style>
border-color css
<style>
span { border-color: #CB93F2; }
span { border-color: rgb(203,147,242); }
td.TdClassName
{
border-color: #CB93F2;
}
.TagClassName
{
border-color: #CB93F2;
}
</style>