#C398D1

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

Shades of Wisteria #C398D1

Tints of Wisteria #C398D1

Color information

#C398D1 (or 0xC398D1) is unknown color: approx Wisteria. HEX triplet: C3, 98 and D1. RGB value is (195,152,209). Sum of RGB (Red+Green+Blue) = 195+152+209=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #C398D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C398D1 is #3C672E. Grayscale: #ABABAB. Windows color (decimal): -3958575 or 13736131. OLE color: 13736131.

HSL color Cylindrical-coordinate representation of color #C398D1: hue angle of 285.26º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C398D1 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB195152209-
CMYK0.070.2700.18
HSL285.26º38.26%70.78%-
HSV(B)285.26º27.27%81.96%-
XYZ45.2438.6665.4-
YUV171.36149.25144.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.07%
GREEN value IS 152 (59.77% from 255) = 27.34%
BLUE value IS 209 (82.03% from 255) = 37.59%
R=35.07%
G=27.34%
B=37.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1951522090.070.2700.18285.2638.2670.78
HexC398D171B01211d2647
Octal30323032173302243546107
Binary110000111001100011010001111110110100101000111011001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C398D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C398D1; }

 p { color: rgb(195,152,209); }

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

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

 a { background-color: rgb(195,152,209); }

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

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

 span { border-color: rgb(195,152,209); }

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