#C398DA

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

Shades of Wisteria #C398DA

Tints of Wisteria #C398DA

Color information

#C398DA (or 0xC398DA) is unknown color: approx Wisteria. HEX triplet: C3, 98 and DA. RGB value is (195,152,218). Sum of RGB (Red+Green+Blue) = 195+152+218=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #C398DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C398DA is #3C6725. Grayscale: #ACACAC. Windows color (decimal): -3958566 or 14325955. OLE color: 14325955.

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

Color convert

RGB195152218-
CMYK0.110.3000.15
HSL279.09º47.14%72.55%-
HSV(B)279.09º30.28%85.49%-
XYZ46.3939.1271.44-
YUV172.38153.75144.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.51%
GREEN value IS 152 (59.77% from 255) = 26.90%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=34.51%
G=26.90%
B=38.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951522180.110.3000.15279.0947.1472.55
HexC398DAB1E0F1172f49
Octal303230332133601742757111
Binary110000111001100011011010101111110011111000101111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C398DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C398DA; }

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

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

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

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

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

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

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

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