#C399DA

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

Shades of Wisteria #C399DA

Tints of Wisteria #C399DA

Color information

#C399DA (or 0xC399DA) is unknown color: approx Wisteria. HEX triplet: C3, 99 and DA. RGB value is (195,153,218). Sum of RGB (Red+Green+Blue) = 195+153+218=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #C399DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C399DA is #3C6625. Grayscale: #ACACAC. Windows color (decimal): -3958310 or 14326211. OLE color: 14326211.

HSL color Cylindrical-coordinate representation of color #C399DA: hue angle of 278.77º 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 #C399DA is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195153218-
CMYK0.110.3000.15
HSL278.77º46.76%72.75%-
HSV(B)278.77º29.82%85.49%-
XYZ46.5539.4571.49-
YUV172.97153.41143.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.45%
GREEN value IS 153 (60.16% from 255) = 27.03%
BLUE value IS 218 (85.55% from 255) = 38.52%
R=34.45%
G=27.03%
B=38.52%

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
Decimal1951532180.110.3000.15278.7746.7672.75
HexC399DAB1E0F1172f49
Octal303231332133601742757111
Binary110000111001100111011010101111110011111000101111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C399DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C399DA; }

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

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

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

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

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

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

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

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