#CB9AD6

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

Shades of Wisteria #CB9AD6

Tints of Wisteria #CB9AD6

Color information

#CB9AD6 (or 0xCB9AD6) is unknown color: approx Wisteria. HEX triplet: CB, 9A and D6. RGB value is (203,154,214). Sum of RGB (Red+Green+Blue) = 203+154+214=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 154 (60.55% from 255 or 26.97% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB9AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9AD6 is #346529. Grayscale: #AFAFAF. Windows color (decimal): -3433770 or 14064331. OLE color: 14064331.

HSL color Cylindrical-coordinate representation of color #CB9AD6: hue angle of 289º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB9AD6 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203154214-
CMYK0.050.2800.16
HSL289º42.25%72.16%-
HSV(B)289º28.04%83.92%-
XYZ48.3240.6668.92-
YUV175.49149.73147.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 154 (60.55% from 255) = 26.97%
BLUE value IS 214 (83.98% from 255) = 37.48%
R=35.55%
G=26.97%
B=37.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031542140.050.2800.1628942.2572.16
HexCB9AD651C0101212a48
Octal31323232653402044152110
Binary110010111001101011010110101111000100001001000011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9AD6; }

 p { color: rgb(203,154,214); }

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

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

 a { background-color: rgb(203,154,214); }

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

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

 span { border-color: rgb(203,154,214); }

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