#C498CF

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

Shades of Wisteria #C498CF

Tints of Wisteria #C498CF

Color information

#C498CF (or 0xC498CF) is unknown color: approx Wisteria. HEX triplet: C4, 98 and CF. RGB value is (196,152,207). Sum of RGB (Red+Green+Blue) = 196+152+207=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #C498CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498CF is #3B6730. Grayscale: #ABABAB. Windows color (decimal): -3893041 or 13605060. OLE color: 13605060.

HSL color Cylindrical-coordinate representation of color #C498CF: hue angle of 288º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C498CF is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196152207-
CMYK0.050.2700.19
HSL288º36.42%70.39%-
HSV(B)288º26.57%81.18%-
XYZ45.2638.764.12-
YUV171.43148.08145.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.32%
GREEN value IS 152 (59.77% from 255) = 27.39%
BLUE value IS 207 (81.25% from 255) = 37.30%
R=35.32%
G=27.39%
B=37.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961522070.050.2700.1928836.4270.39
HexC498CF51B0131202446
Octal30423031753302344044106
Binary110001001001100011001111101110110100111001000001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C498CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C498CF; }

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

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

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

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

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

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

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

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