#CB9EDB

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

Shades of Wisteria #CB9EDB

Tints of Wisteria #CB9EDB

Color information

#CB9EDB (or 0xCB9EDB) is unknown color: approx Wisteria. HEX triplet: CB, 9E and DB. RGB value is (203,158,219). Sum of RGB (Red+Green+Blue) = 203+158+219=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9EDB is #346124. Grayscale: #B2B2B2. Windows color (decimal): -3432741 or 14393035. OLE color: 14393035.

HSL color Cylindrical-coordinate representation of color #CB9EDB: hue angle of 284.26º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB9EDB is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203158219-
CMYK0.070.2800.14
HSL284.26º45.86%73.92%-
HSV(B)284.26º27.85%85.88%-
XYZ49.6442.2672.56-
YUV178.41150.91145.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35%
GREEN value IS 158 (62.11% from 255) = 27.24%
BLUE value IS 219 (85.94% from 255) = 37.76%
R=35%
G=27.24%
B=37.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031582190.070.2800.14284.2645.8673.92
HexCB9EDB71C0E11c2e4a
Octal31323633373401643456112
Binary11001011100111101101101111111100011101000111001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9EDB; }

 p { color: rgb(203,158,219); }

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

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

 a { background-color: rgb(203,158,219); }

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

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

 span { border-color: rgb(203,158,219); }

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