#C39FDC

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

Shades of Wisteria #C39FDC

Tints of Wisteria #C39FDC

Color information

#C39FDC (or 0xC39FDC) is unknown color: approx Wisteria. HEX triplet: C3, 9F and DC. RGB value is (195,159,220). Sum of RGB (Red+Green+Blue) = 195+159+220=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #C39FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39FDC is #3C6023. Grayscale: #B0B0B0. Windows color (decimal): -3956772 or 14458819. OLE color: 14458819.

HSL color Cylindrical-coordinate representation of color #C39FDC: hue angle of 275.41º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C39FDC is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195159220-
CMYK0.110.2800.14
HSL275.41º46.56%74.31%-
HSV(B)275.41º27.73%86.27%-
XYZ47.8241.5773.21-
YUV176.72152.43141.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.97%
GREEN value IS 159 (62.5% from 255) = 27.70%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=33.97%
G=27.70%
B=38.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951592200.110.2800.14275.4146.5674.31
HexC39FDCB1C0E1132f4a
Octal303237334133401642357112
Binary110000111001111111011100101111100011101000100111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39FDC; }

 p { color: rgb(195,159,220); }

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

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

 a { background-color: rgb(195,159,220); }

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

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

 span { border-color: rgb(195,159,220); }

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