#C398D7

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

Shades of Wisteria #C398D7

Tints of Wisteria #C398D7

Color information

#C398D7 (or 0xC398D7) is unknown color: approx Wisteria. HEX triplet: C3, 98 and D7. RGB value is (195,152,215). Sum of RGB (Red+Green+Blue) = 195+152+215=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 215 - color contains mainly: blue. Hex color #C398D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C398D7 is #3C6728. Grayscale: #ABABAB. Windows color (decimal): -3958569 or 14129347. OLE color: 14129347.

HSL color Cylindrical-coordinate representation of color #C398D7: hue angle of 280.95º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C398D7 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195152215-
CMYK0.090.2900.16
HSL280.95º44.06%71.96%-
HSV(B)280.95º29.3%84.31%-
XYZ4638.9669.39-
YUV172.04152.25144.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.70%
GREEN value IS 152 (59.77% from 255) = 27.05%
BLUE value IS 215 (84.38% from 255) = 38.26%
R=34.70%
G=27.05%
B=38.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1951522150.090.2900.16280.9544.0671.96
HexC398D791D0101192c48
Octal303230327113502043154110
Binary1100001110011000110101111001111010100001000110011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C398D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C398D7; }

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

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

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

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

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

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

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

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