#C398CE

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

Shades of Wisteria #C398CE

Tints of Wisteria #C398CE

Color information

#C398CE (or 0xC398CE) is unknown color: approx Wisteria. HEX triplet: C3, 98 and CE. RGB value is (195,152,206). Sum of RGB (Red+Green+Blue) = 195+152+206=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #C398CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C398CE is #3C6731. Grayscale: #AAAAAA. Windows color (decimal): -3958578 or 13539523. OLE color: 13539523.

HSL color Cylindrical-coordinate representation of color #C398CE: hue angle of 287.78º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C398CE is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195152206-
CMYK0.050.2600.19
HSL287.78º35.53%70.2%-
HSV(B)287.78º26.21%80.78%-
XYZ44.8738.5163.46-
YUV171.01147.75145.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.26%
GREEN value IS 152 (59.77% from 255) = 27.49%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=35.26%
G=27.49%
B=37.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951522060.050.2600.19287.7835.5370.2
HexC398CE51A0131202446
Octal30323031653202344044106
Binary110000111001100011001110101110100100111001000001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C398CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C398CE; }

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

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

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

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

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

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

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

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