#C695EA

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

Shades of Wisteria #C695EA

Tints of Wisteria #C695EA

Color information

#C695EA (or 0xC695EA) is unknown color: approx Wisteria. HEX triplet: C6, 95 and EA. RGB value is (198,149,234). Sum of RGB (Red+Green+Blue) = 198+149+234=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #C695EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C695EA is #396A15. Grayscale: #ADADAD. Windows color (decimal): -3762710 or 15373766. OLE color: 15373766.

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

Color convert

RGB198149234-
CMYK0.150.3600.08
HSL274.59º66.93%75.1%-
HSV(B)274.59º36.32%91.76%-
XYZ48.8939.4482.88-
YUV173.34162.23145.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.08%
GREEN value IS 149 (58.59% from 255) = 25.65%
BLUE value IS 234 (91.80% from 255) = 40.28%
R=34.08%
G=25.65%
B=40.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981492340.150.3600.08274.5966.9375.1
HexC695EAF2408113434b
Octal3062253521744010423103113
Binary11000110100101011110101011111001000100010001001110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C695EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C695EA; }

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

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

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

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

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

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

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

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