#C09BD8

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

Shades of Wisteria #C09BD8

Tints of Wisteria #C09BD8

Color information

#C09BD8 (or 0xC09BD8) is unknown color: approx Wisteria. HEX triplet: C0, 9B and D8. RGB value is (192,155,216). Sum of RGB (Red+Green+Blue) = 192+155+216=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 216 - color contains mainly: blue. Hex color #C09BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BD8 is #3F6427. Grayscale: #ACACAC. Windows color (decimal): -4154408 or 14195648. OLE color: 14195648.

HSL color Cylindrical-coordinate representation of color #C09BD8: hue angle of 276.39º degrees, saturation: 0.44, 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 #C09BD8 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192155216-
CMYK0.110.2800.15
HSL276.39º43.88%72.75%-
HSV(B)276.39º28.24%84.71%-
XYZ45.8539.6170.19-
YUV173.02152.26141.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.10%
GREEN value IS 155 (60.94% from 255) = 27.53%
BLUE value IS 216 (84.77% from 255) = 38.37%
R=34.10%
G=27.53%
B=38.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921552160.110.2800.15276.3943.8872.75
HexC09BD8B1C0F1142c49
Octal300233330133401742454111
Binary110000001001101111011000101111100011111000101001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09BD8; }

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

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

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

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

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

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

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

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