#C39BDF

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

Shades of Wisteria #C39BDF

Tints of Wisteria #C39BDF

Color information

#C39BDF (or 0xC39BDF) is unknown color: approx Wisteria. HEX triplet: C3, 9B and DF. RGB value is (195,155,223). Sum of RGB (Red+Green+Blue) = 195+155+223=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #C39BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39BDF is #3C6420. Grayscale: #AEAEAE. Windows color (decimal): -3957793 or 14654403. OLE color: 14654403.

HSL color Cylindrical-coordinate representation of color #C39BDF: hue angle of 275.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C39BDF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195155223-
CMYK0.130.3000.13
HSL275.29º51.52%74.12%-
HSV(B)275.29º30.49%87.45%-
XYZ47.5540.3775.1-
YUV174.71155.25142.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.03%
GREEN value IS 155 (60.94% from 255) = 27.05%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=34.03%
G=27.05%
B=38.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951552230.130.3000.13275.2951.5274.12
HexC39BDFD1E0D113344a
Octal303233337153601542364112
Binary110000111001101111011111110111110011011000100111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39BDF; }

 p { color: rgb(195,155,223); }

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

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

 a { background-color: rgb(195,155,223); }

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

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

 span { border-color: rgb(195,155,223); }

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