#c398d9

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

Shades of Wisteria #C398D9

Tints of Wisteria #C398D9

Color information

#C398D9 (or 0xC398D9) is unknown color: approx Wisteria. HEX triplet: C3, 98 and D9. RGB value is (195,152,217). Sum of RGB (Red+Green+Blue) = 195+152+217=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 217 - color contains mainly: blue. Hex color #C398D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C398D9 is #3C6726. Grayscale: #ACACAC. Windows color (decimal): -3958567 or 14260419. OLE color: 14260419.

HSL color Cylindrical-coordinate representation of color #C398D9: hue angle of 279.69º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C398D9 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195152217-
CMYK0.100.3000.15
HSL279.69º46.1%72.35%-
HSV(B)279.69º29.95%85.1%-
XYZ46.2639.0770.75-
YUV172.27153.25144.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.57%
GREEN value IS 152 (59.77% from 255) = 26.95%
BLUE value IS 217 (85.16% from 255) = 38.48%
R=34.57%
G=26.95%
B=38.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951522170.100.3000.15279.6946.172.35
HexC398D9A1E0F1182e48
Octal303230331123601743056110
Binary110000111001100011011001101011110011111000110001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c398d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c398d9; }

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

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

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

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

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

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

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

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