#C37DE1

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

Shades of Wisteria #C37DE1

Tints of Wisteria #C37DE1

Color information

#C37DE1 (or 0xC37DE1) is unknown color: approx Wisteria. HEX triplet: C3, 7D and E1. RGB value is (195,125,225). Sum of RGB (Red+Green+Blue) = 195+125+225=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #C37DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37DE1 is #3C821E. Grayscale: #9D9D9D. Windows color (decimal): -3965471 or 14777795. OLE color: 14777795.

HSL color Cylindrical-coordinate representation of color #C37DE1: hue angle of 282º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C37DE1 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB195125225-
CMYK0.130.4400.12
HSL282º62.5%68.63%-
HSV(B)282º44.44%88.24%-
XYZ43.4331.7175.06-
YUV157.33166.19154.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.78%
GREEN value IS 125 (49.22% from 255) = 22.94%
BLUE value IS 225 (88.28% from 255) = 41.28%
R=35.78%
G=22.94%
B=41.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1951252250.130.4400.1228262.568.63
HexC37DE1D2C0C11a3e45
Octal303175341155401443276105
Binary110000111111101111000011101101100011001000110101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37DE1; }

 p { color: rgb(195,125,225); }

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

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

 a { background-color: rgb(195,125,225); }

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

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

 span { border-color: rgb(195,125,225); }

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