#C780E6

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

Shades of Wisteria #C780E6

Tints of Wisteria #C780E6

Color information

#C780E6 (or 0xC780E6) is unknown color: approx Wisteria. HEX triplet: C7, 80 and E6. RGB value is (199,128,230). Sum of RGB (Red+Green+Blue) = 199+128+230=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #C780E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C780E6 is #387F19. Grayscale: #A0A0A0. Windows color (decimal): -3702554 or 15106247. OLE color: 15106247.

HSL color Cylindrical-coordinate representation of color #C780E6: hue angle of 281.76º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C780E6 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB199128230-
CMYK0.130.4400.10
HSL281.76º67.11%70.2%-
HSV(B)281.76º44.35%90.2%-
XYZ45.5633.2978.89-
YUV160.86167.02155.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.73%
GREEN value IS 128 (50.39% from 255) = 22.98%
BLUE value IS 230 (90.23% from 255) = 41.29%
R=35.73%
G=22.98%
B=41.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1991282300.130.4400.10281.7667.1170.2
HexC780E6D2C0A11a4346
Octal3072003461554012432103106
Binary11000111100000001110011011011011000101010001101010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C780E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C780E6; }

 p { color: rgb(199,128,230); }

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

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

 a { background-color: rgb(199,128,230); }

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

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

 span { border-color: rgb(199,128,230); }

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