#C398EB

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

Shades of Wisteria #C398EB

Tints of Wisteria #C398EB

Color information

#C398EB (or 0xC398EB) is unknown color: approx Wisteria. HEX triplet: C3, 98 and EB. RGB value is (195,152,235). Sum of RGB (Red+Green+Blue) = 195+152+235=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #C398EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C398EB is #3C6714. Grayscale: #AEAEAE. Windows color (decimal): -3958549 or 15440067. OLE color: 15440067.

HSL color Cylindrical-coordinate representation of color #C398EB: hue angle of 271.08º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C398EB is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB195152235-
CMYK0.170.3500.08
HSL271.08º67.48%75.88%-
HSV(B)271.08º35.32%92.16%-
XYZ48.7340.0683.76-
YUV174.32162.25142.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.51%
GREEN value IS 152 (59.77% from 255) = 26.12%
BLUE value IS 235 (92.19% from 255) = 40.38%
R=33.51%
G=26.12%
B=40.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951522350.170.3500.08271.0867.4875.88
HexC398EB11230810f434c
Octal3032303532143010417103114
Binary110000111001100011101011100011000110100010000111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C398EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C398EB; }

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

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

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

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

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

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

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

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