#CB9BDA

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

Shades of Wisteria #CB9BDA

Tints of Wisteria #CB9BDA

Color information

#CB9BDA (or 0xCB9BDA) is unknown color: approx Wisteria. HEX triplet: CB, 9B and DA. RGB value is (203,155,218). Sum of RGB (Red+Green+Blue) = 203+155+218=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9BDA is #346425. Grayscale: #B0B0B0. Windows color (decimal): -3433510 or 14326731. OLE color: 14326731.

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

Color convert

RGB203155218-
CMYK0.070.2900.15
HSL285.71º45.99%73.14%-
HSV(B)285.71º28.9%85.49%-
XYZ4941.271.7-
YUV176.53151.4146.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 155 (60.94% from 255) = 26.91%
BLUE value IS 218 (85.55% from 255) = 37.85%
R=35.24%
G=26.91%
B=37.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031552180.070.2900.15285.7145.9973.14
HexCB9BDA71D0F11e2e49
Octal31323333273501743656111
Binary11001011100110111101101011111101011111000111101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9BDA; }

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

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

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

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

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

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

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

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