#C792DA

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

Shades of Wisteria #C792DA

Tints of Wisteria #C792DA

Color information

#C792DA (or 0xC792DA) is unknown color: approx Wisteria. HEX triplet: C7, 92 and DA. RGB value is (199,146,218). Sum of RGB (Red+Green+Blue) = 199+146+218=563 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.35% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #C792DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C792DA is #386D25. Grayscale: #A9A9A9. Windows color (decimal): -3697958 or 14324423. OLE color: 14324423.

HSL color Cylindrical-coordinate representation of color #C792DA: hue angle of 284.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C792DA is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB199146218-
CMYK0.090.3300.15
HSL284.17º49.32%71.37%-
HSV(B)284.17º33.03%85.49%-
XYZ46.4937.7671.17-
YUV170.06155.06148.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.35%
GREEN value IS 146 (57.42% from 255) = 25.93%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=35.35%
G=25.93%
B=38.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1991462180.090.3300.15284.1749.3271.37
HexC792DA9210F11c3147
Octal307222332114101743461107
Binary1100011110010010110110101001100001011111000111001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C792DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C792DA; }

 p { color: rgb(199,146,218); }

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

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

 a { background-color: rgb(199,146,218); }

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

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

 span { border-color: rgb(199,146,218); }

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