#C09BDA

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

Shades of Wisteria #C09BDA

Tints of Wisteria #C09BDA

Color information

#C09BDA (or 0xC09BDA) is unknown color: approx Wisteria. HEX triplet: C0, 9B and DA. RGB value is (192,155,218). Sum of RGB (Red+Green+Blue) = 192+155+218=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #C09BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BDA is #3F6425. Grayscale: #ADADAD. Windows color (decimal): -4154406 or 14326720. OLE color: 14326720.

HSL color Cylindrical-coordinate representation of color #C09BDA: hue angle of 275.24º 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 #C09BDA is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192155218-
CMYK0.120.2900.15
HSL275.24º45.99%73.14%-
HSV(B)275.24º28.9%85.49%-
XYZ46.1139.7171.56-
YUV173.24153.26141.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 155 (60.94% from 255) = 27.43%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=33.98%
G=27.43%
B=38.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921552180.120.2900.15275.2445.9973.14
HexC09BDAC1D0F1132e49
Octal300233332143501742356111
Binary110000001001101111011010110011101011111000100111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09BDA; }

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

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

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

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

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

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

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

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