#CB9BF3

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

Shades of Wisteria #CB9BF3

Tints of Wisteria #CB9BF3

Color information

#CB9BF3 (or 0xCB9BF3) is unknown color: approx Wisteria. HEX triplet: CB, 9B and F3. RGB value is (203,155,243). Sum of RGB (Red+Green+Blue) = 203+155+243=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 243 (95.31% from 255 or 40.43% from 601); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB9BF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9BF3 is #34640C. Grayscale: #B3B3B3. Windows color (decimal): -3433485 or 15965131. OLE color: 15965131.

HSL color Cylindrical-coordinate representation of color #CB9BF3: hue angle of 272.73º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB9BF3 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203155243-
CMYK0.160.3600.05
HSL272.73º78.57%78.04%-
HSV(B)272.73º36.21%95.29%-
XYZ52.5342.6190.25-
YUV179.38163.9144.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.78%
GREEN value IS 155 (60.94% from 255) = 25.79%
BLUE value IS 243 (95.31% from 255) = 40.43%
R=33.78%
G=25.79%
B=40.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031552430.160.3600.05272.7378.5778.04
HexCB9BF31024051114f4e
Octal313233363204405421117116
Binary11001011100110111111001110000100100010110001000110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9BF3; }

 p { color: rgb(203,155,243); }

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

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

 a { background-color: rgb(203,155,243); }

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

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

 span { border-color: rgb(203,155,243); }

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