#C691DE

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

Shades of Wisteria #C691DE

Tints of Wisteria #C691DE

Color information

#C691DE (or 0xC691DE) is unknown color: approx Wisteria. HEX triplet: C6, 91 and DE. RGB value is (198,145,222). Sum of RGB (Red+Green+Blue) = 198+145+222=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #C691DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691DE is #396E21. Grayscale: #A9A9A9. Windows color (decimal): -3763746 or 14586310. OLE color: 14586310.

HSL color Cylindrical-coordinate representation of color #C691DE: hue angle of 281.3º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C691DE is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198145222-
CMYK0.110.3500.13
HSL281.3º53.85%71.96%-
HSV(B)281.3º34.68%87.06%-
XYZ46.637.5373.9-
YUV169.62157.56148.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.04%
GREEN value IS 145 (57.03% from 255) = 25.66%
BLUE value IS 222 (87.11% from 255) = 39.29%
R=35.04%
G=25.66%
B=39.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981452220.110.3500.13281.353.8571.96
HexC691DEB230D1193648
Octal306221336134301543166110
Binary1100011010010001110111101011100011011011000110011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C691DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C691DE; }

 p { color: rgb(198,145,222); }

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

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

 a { background-color: rgb(198,145,222); }

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

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

 span { border-color: rgb(198,145,222); }

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