#CB9CED

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

Shades of Wisteria #CB9CED

Tints of Wisteria #CB9CED

Color information

#CB9CED (or 0xCB9CED) is unknown color: approx Wisteria. HEX triplet: CB, 9C and ED. RGB value is (203,156,237). Sum of RGB (Red+Green+Blue) = 203+156+237=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB9CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9CED is #346312. Grayscale: #B3B3B3. Windows color (decimal): -3433235 or 15572171. OLE color: 15572171.

HSL color Cylindrical-coordinate representation of color #CB9CED: hue angle of 274.81º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB9CED is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203156237-
CMYK0.140.3400.07
HSL274.81º69.23%77.06%-
HSV(B)274.81º34.18%92.94%-
XYZ51.842.5985.61-
YUV179.29160.57144.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.06%
GREEN value IS 156 (61.33% from 255) = 26.17%
BLUE value IS 237 (92.97% from 255) = 39.77%
R=34.06%
G=26.17%
B=39.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031562370.140.3400.07274.8169.2377.06
HexCB9CEDE2207113454d
Octal313234355164207423105115
Binary1100101110011100111011011110100010011110001001110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9CED; }

 p { color: rgb(203,156,237); }

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

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

 a { background-color: rgb(203,156,237); }

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

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

 span { border-color: rgb(203,156,237); }

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