#C78BF0

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

Shades of Wisteria #C78BF0

Tints of Wisteria #C78BF0

Color information

#C78BF0 (or 0xC78BF0) is unknown color: approx Wisteria. HEX triplet: C7, 8B and F0. RGB value is (199,139,240). Sum of RGB (Red+Green+Blue) = 199+139+240=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #C78BF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78BF0 is #38740F. Grayscale: #A8A8A8. Windows color (decimal): -3699728 or 15764423. OLE color: 15764423.

HSL color Cylindrical-coordinate representation of color #C78BF0: hue angle of 275.64º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C78BF0 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB199139240-
CMYK0.170.4200.06
HSL275.64º77.1%74.31%-
HSV(B)275.64º42.08%94.12%-
XYZ48.5136.987-
YUV168.45168.38149.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.43%
GREEN value IS 139 (54.69% from 255) = 24.05%
BLUE value IS 240 (94.14% from 255) = 41.52%
R=34.43%
G=24.05%
B=41.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1991392400.170.4200.06275.6477.174.31
HexC78BF0112A061144d4a
Octal307213360215206424115112
Binary11000111100010111111000010001101010011010001010010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78BF0; }

 p { color: rgb(199,139,240); }

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

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

 a { background-color: rgb(199,139,240); }

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

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

 span { border-color: rgb(199,139,240); }

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