#C09BD4

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

Shades of Wisteria #C09BD4

Tints of Wisteria #C09BD4

Color information

#C09BD4 (or 0xC09BD4) is unknown color: approx Wisteria. HEX triplet: C0, 9B and D4. RGB value is (192,155,212). Sum of RGB (Red+Green+Blue) = 192+155+212=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 212 - color contains mainly: blue. Hex color #C09BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BD4 is #3F642B. Grayscale: #ACACAC. Windows color (decimal): -4154412 or 13933504. OLE color: 13933504.

HSL color Cylindrical-coordinate representation of color #C09BD4: hue angle of 278.95º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C09BD4 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB192155212-
CMYK0.090.2700.17
HSL278.95º39.86%71.96%-
HSV(B)278.95º26.89%83.14%-
XYZ45.3439.467.5-
YUV172.56150.26141.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.35%
GREEN value IS 155 (60.94% from 255) = 27.73%
BLUE value IS 212 (83.20% from 255) = 37.92%
R=34.35%
G=27.73%
B=37.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1921552120.090.2700.17278.9539.8671.96
HexC09BD491B0111172848
Octal300233324113302142750110
Binary1100000010011011110101001001110110100011000101111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09BD4; }

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

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

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

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

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

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

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

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