#CB9CDE

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

Shades of Wisteria #CB9CDE

Tints of Wisteria #CB9CDE

Color information

#CB9CDE (or 0xCB9CDE) is unknown color: approx Wisteria. HEX triplet: CB, 9C and DE. RGB value is (203,156,222). Sum of RGB (Red+Green+Blue) = 203+156+222=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB9CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CDE is #346321. Grayscale: #B1B1B1. Windows color (decimal): -3433250 or 14589131. OLE color: 14589131.

HSL color Cylindrical-coordinate representation of color #CB9CDE: hue angle of 282.73º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB9CDE is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203156222-
CMYK0.090.3000.13
HSL282.73º50%74.12%-
HSV(B)282.73º29.73%87.06%-
XYZ49.741.7574.55-
YUV177.58153.07146.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.94%
GREEN value IS 156 (61.33% from 255) = 26.85%
BLUE value IS 222 (87.11% from 255) = 38.21%
R=34.94%
G=26.85%
B=38.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031562220.090.3000.13282.735074.12
HexCB9CDE91E0D11b324a
Octal313234336113601543362112
Binary110010111001110011011110100111110011011000110111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9CDE; }

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

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

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

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

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

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

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

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