#C495D0

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

Shades of Wisteria #C495D0

Tints of Wisteria #C495D0

Color information

#C495D0 (or 0xC495D0) is unknown color: approx Wisteria. HEX triplet: C4, 95 and D0. RGB value is (196,149,208). Sum of RGB (Red+Green+Blue) = 196+149+208=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 208 - color contains mainly: blue. Hex color #C495D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495D0 is #3B6A2F. Grayscale: #A9A9A9. Windows color (decimal): -3893808 or 13669828. OLE color: 13669828.

HSL color Cylindrical-coordinate representation of color #C495D0: hue angle of 287.8º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C495D0 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196149208-
CMYK0.060.2800.18
HSL287.8º38.56%70%-
HSV(B)287.8º28.37%81.57%-
XYZ44.937.7864.6-
YUV169.78149.57146.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.44%
GREEN value IS 149 (58.59% from 255) = 26.94%
BLUE value IS 208 (81.64% from 255) = 37.61%
R=35.44%
G=26.94%
B=37.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961492080.060.2800.18287.838.5670
HexC495D061C0121202746
Octal30422532063402244047106
Binary110001001001010111010000110111000100101001000001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C495D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C495D0; }

 p { color: rgb(196,149,208); }

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

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

 a { background-color: rgb(196,149,208); }

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

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

 span { border-color: rgb(196,149,208); }

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