Shades of Wisteria #CB86EE
Tints of Wisteria #CB86EE
RGB
CMYK
RGB Variations
Color information
#CB86EE (or 0xCB86EE) is known color: Wisteria. HEX triplet: CB, 86 and EE. RGB value is (203,134,238). Sum of RGB (Red+Green+Blue) = 203+134+238=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 134 (52.73% from 255 or 23.30% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB86EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB86EE is #347911. Grayscale: #A6A6A6. Windows color (decimal): -3438866 or 15632075. OLE color: 15632075.
HSL color Cylindrical-coordinate representation of color #CB86EE: hue angle of 279.81º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB86EE is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 134 | 238 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.07 |
| HSL | 279.81º | 0.75% | 0.73% | - |
| HSV(B) | 279.81º | 0.44% | 0.93% | - |
| XYZ | 48.59 | 35.92 | 85.26 | - |
| YUV | 166.49 | 168.36 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 238 | 0.15 | 0.44 | 0 | 0.07 | 279.81 | 0.75 | 0.73 |
| Hex | CB | 86 | EE | F | 2C | 0 | 7 | 118 | 4B | 49 |
| Octal | 313 | 206 | 356 | 17 | 54 | 0 | 7 | 430 | 113 | 111 |
| Binary | 11001011 | 10000110 | 11101110 | 1111 | 101100 | 0 | 111 | 100011000 | 1001011 | 1001001 |
Color Harmonies of #CB86EE
Complementary color
Monochromatic Colors of #CB86EE
Black with #CB86EE
Text Example
Text Example
White with #CB86EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86EE; }
p { color: rgb(203,134,238); }
H1.HeaderClassName
{
color: #CB86EE;
}
.AnyTagClassName
{
color: #CB86EE;
}
</style>
background-color css
<style>
a { background-color: #CB86EE; }
a { background-color: rgb(203,134,238); }
div.DivClassName
{
background-color: #CB86EE;
}
.BgClassName
{
background-color: #CB86EE;
}
</style>
border-color css
<style>
span { border-color: #CB86EE; }
span { border-color: rgb(203,134,238); }
td.TdClassName
{
border-color: #CB86EE;
}
.TagClassName
{
border-color: #CB86EE;
}
</style>