#C389DE

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

Shades of Wisteria #C389DE

Tints of Wisteria #C389DE

Color information

#C389DE (or 0xC389DE) is unknown color: approx Wisteria. HEX triplet: C3, 89 and DE. RGB value is (195,137,222). Sum of RGB (Red+Green+Blue) = 195+137+222=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #C389DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C389DE is #3C7621. Grayscale: #A3A3A3. Windows color (decimal): -3962402 or 14584259. OLE color: 14584259.

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

Color convert

RGB195137222-
CMYK0.120.3800.13
HSL280.94º56.29%70.39%-
HSV(B)280.94º38.29%87.06%-
XYZ44.6434.7773.47-
YUV164.03160.72150.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.20%
GREEN value IS 137 (53.91% from 255) = 24.73%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=35.20%
G=24.73%
B=40.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951372220.120.3800.13280.9456.2970.39
HexC389DEC260D1193846
Octal303211336144601543170106
Binary1100001110001001110111101100100110011011000110011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C389DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C389DE; }

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

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

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

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

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

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

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

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