#C498DE

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

Shades of Wisteria #C498DE

Tints of Wisteria #C498DE

Color information

#C498DE (or 0xC498DE) is unknown color: approx Wisteria. HEX triplet: C4, 98 and DE. RGB value is (196,152,222). Sum of RGB (Red+Green+Blue) = 196+152+222=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 152 (59.77% from 255 or 26.67% 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 #C498DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498DE is #3B6721. Grayscale: #ACACAC. Windows color (decimal): -3893026 or 14588100. OLE color: 14588100.

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

Color convert

RGB196152222-
CMYK0.120.3200.13
HSL277.71º51.47%73.33%-
HSV(B)277.71º31.53%87.06%-
XYZ47.1839.4774.24-
YUV173.14155.58144.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.39%
GREEN value IS 152 (59.77% from 255) = 26.67%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=34.39%
G=26.67%
B=38.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961522220.120.3200.13277.7151.4773.33
HexC498DEC200D1163349
Octal304230336144001542663111
Binary1100010010011000110111101100100000011011000101101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C498DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C498DE; }

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

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

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

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

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

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

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

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