#C39BDD

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

Shades of Wisteria #C39BDD

Tints of Wisteria #C39BDD

Color information

#C39BDD (or 0xC39BDD) is unknown color: approx Wisteria. HEX triplet: C3, 9B and DD. RGB value is (195,155,221). Sum of RGB (Red+Green+Blue) = 195+155+221=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #C39BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39BDD is #3C6422. Grayscale: #AEAEAE. Windows color (decimal): -3957795 or 14523331. OLE color: 14523331.

HSL color Cylindrical-coordinate representation of color #C39BDD: hue angle of 276.36º degrees, saturation: 0.49, 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 #C39BDD is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195155221-
CMYK0.120.3000.13
HSL276.36º49.25%73.73%-
HSV(B)276.36º29.86%86.67%-
XYZ47.2840.2773.69-
YUV174.48154.25142.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.15%
GREEN value IS 155 (60.94% from 255) = 27.15%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=34.15%
G=27.15%
B=38.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951552210.120.3000.13276.3649.2573.73
HexC39BDDC1E0D114314a
Octal303233335143601542461112
Binary110000111001101111011101110011110011011000101001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39BDD; }

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

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

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

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

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

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

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

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