#C78BF2

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

Shades of Wisteria #C78BF2

Tints of Wisteria #C78BF2

Color information

#C78BF2 (or 0xC78BF2) is unknown color: approx Wisteria. HEX triplet: C7, 8B and F2. RGB value is (199,139,242). Sum of RGB (Red+Green+Blue) = 199+139+242=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #C78BF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78BF2 is #38740D. Grayscale: #A8A8A8. Windows color (decimal): -3699726 or 15895495. OLE color: 15895495.

HSL color Cylindrical-coordinate representation of color #C78BF2: hue angle of 274.95º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C78BF2 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB199139242-
CMYK0.180.4300.05
HSL274.95º79.84%74.71%-
HSV(B)274.95º42.56%94.9%-
XYZ48.8137.0288.58-
YUV168.68169.38149.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.31%
GREEN value IS 139 (54.69% from 255) = 23.97%
BLUE value IS 242 (94.92% from 255) = 41.72%
R=34.31%
G=23.97%
B=41.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1991392420.180.4300.05274.9579.8474.71
HexC78BF2122B05113504b
Octal307213362225305423120113
Binary11000111100010111111001010010101011010110001001110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78BF2; }

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

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

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

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

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

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

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

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