#C498DA

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

Shades of Wisteria #C498DA

Tints of Wisteria #C498DA

Color information

#C498DA (or 0xC498DA) is unknown color: approx Wisteria. HEX triplet: C4, 98 and DA. RGB value is (196,152,218). Sum of RGB (Red+Green+Blue) = 196+152+218=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #C498DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498DA is #3B6725. Grayscale: #ACACAC. Windows color (decimal): -3893030 or 14325956. OLE color: 14325956.

HSL color Cylindrical-coordinate representation of color #C498DA: hue angle of 280º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C498DA is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196152218-
CMYK0.100.3000.15
HSL280º47.14%72.55%-
HSV(B)280º30.28%85.49%-
XYZ46.6539.2571.45-
YUV172.68153.58144.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.63%
GREEN value IS 152 (59.77% from 255) = 26.86%
BLUE value IS 218 (85.55% from 255) = 38.52%
R=34.63%
G=26.86%
B=38.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961522180.100.3000.1528047.1472.55
HexC498DAA1E0F1182f49
Octal304230332123601743057111
Binary110001001001100011011010101011110011111000110001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C498DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C498DA; }

 p { color: rgb(196,152,218); }

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

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

 a { background-color: rgb(196,152,218); }

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

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

 span { border-color: rgb(196,152,218); }

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