#CB9CDA

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

Shades of Wisteria #CB9CDA

Tints of Wisteria #CB9CDA

Color information

#CB9CDA (or 0xCB9CDA) is unknown color: approx Wisteria. HEX triplet: CB, 9C and DA. RGB value is (203,156,218). Sum of RGB (Red+Green+Blue) = 203+156+218=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CDA is #346325. Grayscale: #B0B0B0. Windows color (decimal): -3433254 or 14326987. OLE color: 14326987.

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

Color convert

RGB203156218-
CMYK0.070.2800.15
HSL285.48º45.59%73.33%-
HSV(B)285.48º28.44%85.49%-
XYZ49.1741.5471.76-
YUV177.12151.07146.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 156 (61.33% from 255) = 27.04%
BLUE value IS 218 (85.55% from 255) = 37.78%
R=35.18%
G=27.04%
B=37.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031562180.070.2800.15285.4845.5973.33
HexCB9CDA71C0F11d2e49
Octal31323433273401743556111
Binary11001011100111001101101011111100011111000111011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9CDA; }

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

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

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

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

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

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

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

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