#C392DC

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

Shades of Wisteria #C392DC

Tints of Wisteria #C392DC

Color information

#C392DC (or 0xC392DC) is unknown color: approx Wisteria. HEX triplet: C3, 92 and DC. RGB value is (195,146,220). Sum of RGB (Red+Green+Blue) = 195+146+220=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #C392DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392DC is #3C6D23. Grayscale: #A8A8A8. Windows color (decimal): -3960100 or 14455491. OLE color: 14455491.

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

Color convert

RGB195146220-
CMYK0.110.3400.14
HSL279.73º51.39%71.76%-
HSV(B)279.73º33.64%86.27%-
XYZ45.737.3372.51-
YUV169.09156.73146.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.76%
GREEN value IS 146 (57.42% from 255) = 26.02%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=34.76%
G=26.02%
B=39.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951462200.110.3400.14279.7351.3971.76
HexC392DCB220E1183348
Octal303222334134201643063110
Binary1100001110010010110111001011100010011101000110001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C392DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C392DC; }

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

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

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

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

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

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

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

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