#C37FDB

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

Shades of Wisteria #C37FDB

Tints of Wisteria #C37FDB

Color information

#C37FDB (or 0xC37FDB) is unknown color: approx Wisteria. HEX triplet: C3, 7F and DB. RGB value is (195,127,219). Sum of RGB (Red+Green+Blue) = 195+127+219=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #C37FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37FDB is #3C8024. Grayscale: #9D9D9D. Windows color (decimal): -3964965 or 14385091. OLE color: 14385091.

HSL color Cylindrical-coordinate representation of color #C37FDB: hue angle of 284.35º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C37FDB is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195127219-
CMYK0.110.4200.14
HSL284.35º56.1%67.84%-
HSV(B)284.35º42.01%85.88%-
XYZ42.8831.970.91-
YUV157.82162.53154.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.04%
GREEN value IS 127 (50% from 255) = 23.48%
BLUE value IS 219 (85.94% from 255) = 40.48%
R=36.04%
G=23.48%
B=40.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951272190.110.4200.14284.3556.167.84
HexC37FDBB2A0E11c3844
Octal303177333135201643470104
Binary110000111111111110110111011101010011101000111001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37FDB; }

 p { color: rgb(195,127,219); }

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

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

 a { background-color: rgb(195,127,219); }

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

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

 span { border-color: rgb(195,127,219); }

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