#C37DDC

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

Shades of Wisteria #C37DDC

Tints of Wisteria #C37DDC

Color information

#C37DDC (or 0xC37DDC) is unknown color: approx Wisteria. HEX triplet: C3, 7D and DC. RGB value is (195,125,220). Sum of RGB (Red+Green+Blue) = 195+125+220=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #C37DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37DDC is #3C8223. Grayscale: #9C9C9C. Windows color (decimal): -3965476 or 14450115. OLE color: 14450115.

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

Color convert

RGB195125220-
CMYK0.110.4300.14
HSL284.21º57.58%67.65%-
HSV(B)284.21º43.18%86.27%-
XYZ42.7631.4471.52-
YUV156.76163.69155.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.11%
GREEN value IS 125 (49.22% from 255) = 23.15%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=36.11%
G=23.15%
B=40.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951252200.110.4300.14284.2157.5867.65
HexC37DDCB2B0E11c3a44
Octal303175334135301643472104
Binary110000111111101110111001011101011011101000111001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37DDC; }

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

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

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

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

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

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

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

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