#C399DF

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

Shades of Wisteria #C399DF

Tints of Wisteria #C399DF

Color information

#C399DF (or 0xC399DF) is unknown color: approx Wisteria. HEX triplet: C3, 99 and DF. RGB value is (195,153,223). Sum of RGB (Red+Green+Blue) = 195+153+223=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #C399DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C399DF is #3C6620. Grayscale: #ADADAD. Windows color (decimal): -3958305 or 14653891. OLE color: 14653891.

HSL color Cylindrical-coordinate representation of color #C399DF: hue angle of 276º degrees, saturation: 0.52, 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 #C399DF is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195153223-
CMYK0.130.3100.13
HSL276º52.24%73.73%-
HSV(B)276º31.39%87.45%-
XYZ47.2239.7174.99-
YUV173.54155.91143.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.15%
GREEN value IS 153 (60.16% from 255) = 26.80%
BLUE value IS 223 (87.5% from 255) = 39.05%
R=34.15%
G=26.80%
B=39.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951532230.130.3100.1327652.2473.73
HexC399DFD1F0D114344a
Octal303231337153701542464112
Binary110000111001100111011111110111111011011000101001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C399DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C399DF; }

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

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

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

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

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

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

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

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