#CB9FEE

Color #CB9FEE Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #CB9FEE

Tints of Wisteria #CB9FEE

Color information

#CB9FEE (or 0xCB9FEE) is unknown color: approx Wisteria. HEX triplet: CB, 9F and EE. RGB value is (203,159,238). Sum of RGB (Red+Green+Blue) = 203+159+238=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB9FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9FEE is #346011. Grayscale: #B4B4B4. Windows color (decimal): -3432466 or 15638475. OLE color: 15638475.

HSL color Cylindrical-coordinate representation of color #CB9FEE: hue angle of 273.42º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB9FEE is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203159238-
CMYK0.150.3300.07
HSL273.42º69.91%77.84%-
HSV(B)273.42º33.19%93.33%-
XYZ52.4643.6786.55-
YUV181.16160.08143.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 33.83%
GREEN value IS 159 (62.5% from 255) = 26.5%
BLUE value IS 238 (93.36% from 255) = 39.67%
R=33.83%
G=26.5%
B=39.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031592380.150.3300.07273.4269.9177.84
HexCB9FEEF2107111464e
Octal313237356174107421106116
Binary1100101110011111111011101111100001011110001000110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9FEE; }

 p { color: rgb(203,159,238); }

 H1.HeaderClassName
 {
   color: #CB9FEE;
 }
 .AnyTagClassName
 {
   color: #CB9FEE;
 }
</style>
background-color css

<style>
 a { background-color: #CB9FEE; }

 a { background-color: rgb(203,159,238); }

 div.DivClassName
 {
   background-color: #CB9FEE;
 }
 .BgClassName
 {
   background-color: #CB9FEE;
 }
</style>
border-color css

<style>
 span { border-color: #CB9FEE; }

 span { border-color: rgb(203,159,238); }

 td.TdClassName
 {
   border-color: #CB9FEE;
 }
 .TagClassName
 {
   border-color: #CB9FEE;
 }
</style>