#C694EA

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

Shades of Wisteria #C694EA

Tints of Wisteria #C694EA

Color information

#C694EA (or 0xC694EA) is unknown color: approx Wisteria. HEX triplet: C6, 94 and EA. RGB value is (198,148,234). Sum of RGB (Red+Green+Blue) = 198+148+234=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #C694EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C694EA is #396B15. Grayscale: #ACACAC. Windows color (decimal): -3762966 or 15373510. OLE color: 15373510.

HSL color Cylindrical-coordinate representation of color #C694EA: hue angle of 274.88º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C694EA is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198148234-
CMYK0.150.3700.08
HSL274.88º67.19%74.9%-
HSV(B)274.88º36.75%91.76%-
XYZ48.7339.1382.83-
YUV172.75162.56146.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.14%
GREEN value IS 148 (58.20% from 255) = 25.52%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=34.14%
G=25.52%
B=40.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981482340.150.3700.08274.8867.1974.9
HexC694EAF2508113434b
Octal3062243521745010423103113
Binary11000110100101001110101011111001010100010001001110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C694EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C694EA; }

 p { color: rgb(198,148,234); }

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

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

 a { background-color: rgb(198,148,234); }

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

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

 span { border-color: rgb(198,148,234); }

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