#C399DE

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

Shades of Wisteria #C399DE

Tints of Wisteria #C399DE

Color information

#C399DE (or 0xC399DE) is unknown color: approx Wisteria. HEX triplet: C3, 99 and DE. RGB value is (195,153,222). Sum of RGB (Red+Green+Blue) = 195+153+222=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #C399DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C399DE is #3C6621. Grayscale: #ADADAD. Windows color (decimal): -3958306 or 14588355. OLE color: 14588355.

HSL color Cylindrical-coordinate representation of color #C399DE: hue angle of 276.52º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C399DE is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195153222-
CMYK0.120.3100.13
HSL276.52º51.11%73.53%-
HSV(B)276.52º31.08%87.06%-
XYZ47.0839.6674.28-
YUV173.42155.41143.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.21%
GREEN value IS 153 (60.16% from 255) = 26.84%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=34.21%
G=26.84%
B=38.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951532220.120.3100.13276.5251.1173.53
HexC399DEC1F0D115334a
Octal303231336143701542563112
Binary110000111001100111011110110011111011011000101011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C399DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C399DE; }

 p { color: rgb(195,153,222); }

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

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

 a { background-color: rgb(195,153,222); }

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

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

 span { border-color: rgb(195,153,222); }

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