#C795DE

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

Shades of Wisteria #C795DE

Tints of Wisteria #C795DE

Color information

#C795DE (or 0xC795DE) is unknown color: approx Wisteria. HEX triplet: C7, 95 and DE. RGB value is (199,149,222). Sum of RGB (Red+Green+Blue) = 199+149+222=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #C795DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795DE is #386A21. Grayscale: #ACACAC. Windows color (decimal): -3697186 or 14587335. OLE color: 14587335.

HSL color Cylindrical-coordinate representation of color #C795DE: hue angle of 281.1º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C795DE is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199149222-
CMYK0.100.3300.13
HSL281.1º52.52%72.75%-
HSV(B)281.1º32.88%87.06%-
XYZ47.4938.9174.12-
YUV172.27156.06147.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.91%
GREEN value IS 149 (58.59% from 255) = 26.14%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=34.91%
G=26.14%
B=38.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991492220.100.3300.13281.152.5272.75
HexC795DEA210D1193549
Octal307225336124101543165111
Binary1100011110010101110111101010100001011011000110011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C795DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C795DE; }

 p { color: rgb(199,149,222); }

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

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

 a { background-color: rgb(199,149,222); }

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

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

 span { border-color: rgb(199,149,222); }

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