#C09BCB

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

Shades of Wisteria #C09BCB

Tints of Wisteria #C09BCB

Color information

#C09BCB (or 0xC09BCB) is unknown color: approx Wisteria. HEX triplet: C0, 9B and CB. RGB value is (192,155,203). Sum of RGB (Red+Green+Blue) = 192+155+203=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #C09BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BCB is #3F6434. Grayscale: #ABABAB. Windows color (decimal): -4154421 or 13343680. OLE color: 13343680.

HSL color Cylindrical-coordinate representation of color #C09BCB: hue angle of 286.25º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C09BCB is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192155203-
CMYK0.050.2400.20
HSL286.25º31.58%70.2%-
HSV(B)286.25º23.65%79.61%-
XYZ44.2438.9661.69-
YUV171.54145.76142.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.91%
GREEN value IS 155 (60.94% from 255) = 28.18%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=34.91%
G=28.18%
B=36.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921552030.050.2400.20286.2531.5870.2
HexC09BCB51801411e2046
Octal30023331353002443640106
Binary110000001001101111001011101110000101001000111101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09BCB; }

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

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

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

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

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

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

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

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