#C498DD

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

Shades of Wisteria #C498DD

Tints of Wisteria #C498DD

Color information

#C498DD (or 0xC498DD) is unknown color: approx Wisteria. HEX triplet: C4, 98 and DD. RGB value is (196,152,221). Sum of RGB (Red+Green+Blue) = 196+152+221=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #C498DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498DD is #3B6722. Grayscale: #ACACAC. Windows color (decimal): -3893027 or 14522564. OLE color: 14522564.

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

Color convert

RGB196152221-
CMYK0.110.3100.13
HSL278.26º50.36%73.14%-
HSV(B)278.26º31.22%86.67%-
XYZ47.0439.4173.53-
YUV173.02155.08144.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.45%
GREEN value IS 152 (59.77% from 255) = 26.71%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=34.45%
G=26.71%
B=38.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961522210.110.3100.13278.2650.3673.14
HexC498DDB1F0D1163249
Octal304230335133701542662111
Binary110001001001100011011101101111111011011000101101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C498DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C498DD; }

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

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

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

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

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

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

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

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