#C37DE7

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

Shades of Wisteria #C37DE7

Tints of Wisteria #C37DE7

Color information

#C37DE7 (or 0xC37DE7) is unknown color: approx Wisteria. HEX triplet: C3, 7D and E7. RGB value is (195,125,231). Sum of RGB (Red+Green+Blue) = 195+125+231=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 231 (90.62% from 255 or 41.92% from 551); Max value from RGB is 231 - color contains mainly: blue. Hex color #C37DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37DE7 is #3C8218. Grayscale: #9D9D9D. Windows color (decimal): -3965465 or 15171011. OLE color: 15171011.

HSL color Cylindrical-coordinate representation of color #C37DE7: hue angle of 279.62º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C37DE7 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB195125231-
CMYK0.160.4600.09
HSL279.62º68.83%69.8%-
HSV(B)279.62º45.89%90.59%-
XYZ44.2632.0479.45-
YUV158.01169.19154.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.39%
GREEN value IS 125 (49.22% from 255) = 22.69%
BLUE value IS 231 (90.62% from 255) = 41.92%
R=35.39%
G=22.69%
B=41.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1951252310.160.4600.09279.6268.8369.8
HexC37DE7102E091184546
Octal3031753472056011430105106
Binary11000011111110111100111100001011100100110001100010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37DE7; }

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

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

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

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

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

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

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

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